Restore collecting Qt debug info on Linux

This commit is contained in:
Ilya Fedin 2021-03-12 16:03:44 +04:00 committed by John Preston
parent e493ab12dc
commit 8fee156d21

View file

@ -532,6 +532,7 @@ WORKDIR ..
# I couldn't make it work with direct ./configure call :( # I couldn't make it work with direct ./configure call :(
RUN echo './configure -prefix '$'\"''$QT_PREFIX'$'\"'' \ RUN echo './configure -prefix '$'\"''$QT_PREFIX'$'\"'' \
-release \ -release \
-force-debug-info \
-opensource \ -opensource \
-confirm-license \ -confirm-license \
-xcb \ -xcb \