mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-06 06:04:35 +02:00
qt5: allow to change -release/-debug for some modules
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user