qt5: allow to change -release/-debug for some modules

This commit is contained in:
Martin Jansa 2013-04-28 13:08:11 +02:00
parent eed206da36
commit 3a91c4dc3d
1 changed files with 2 additions and 1 deletions

View File

@ -33,9 +33,10 @@ QT_SYSTEM_LIBS ?= "-system-libjpeg -system-libpng -system-zlib"
QT_TESTS ?= "-nomake tests"
QT_EXAMPLES ?= "-nomake examples"
QT_DEMOS ?= "-nomake demos"
QT_RELEASE ?= "-release"
QT_CONFIG_FLAGS += " \
-release \
${QT_RELEASE} \
-reduce-relocations \
-shared \
-silent \