Skip to content
Snippets Groups Projects
Commit 8c7ce536 authored by Johannes Kauffmann's avatar Johannes Kauffmann Committed by Steve Lhomme
Browse files

contrib: qt: allow building in debug mode

parent 48ab26d3
No related branches found
No related tags found
1 merge request!2691contrib: qt: rework configure options
Pipeline #274935 failed with stages
in 43 minutes and 13 seconds
......@@ -102,7 +102,11 @@ QT_CONFIG := -static -opensource -confirm-license $(QT_OPENGL) -no-pkg-config \
-no-compile-examples -nomake examples -nomake tests \
-system-freetype -system-harfbuzz -system-libjpeg -system-libpng -system-zlib
ifdef WITH_OPTIMIZATION
QT_CONFIG += -release
else
QT_CONFIG += -debug
endif
ifeq ($(V),1)
QT_CONFIG += -verbose
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment