mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-06 14:14:36 +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_TESTS ?= "-nomake tests"
|
||||||
QT_EXAMPLES ?= "-nomake examples"
|
QT_EXAMPLES ?= "-nomake examples"
|
||||||
QT_DEMOS ?= "-nomake demos"
|
QT_DEMOS ?= "-nomake demos"
|
||||||
|
QT_RELEASE ?= "-release"
|
||||||
|
|
||||||
QT_CONFIG_FLAGS += " \
|
QT_CONFIG_FLAGS += " \
|
||||||
-release \
|
${QT_RELEASE} \
|
||||||
-reduce-relocations \
|
-reduce-relocations \
|
||||||
-shared \
|
-shared \
|
||||||
-silent \
|
-silent \
|
||||||
|
|||||||
Reference in New Issue
Block a user