summaryrefslogtreecommitdiffstats
path: root/recipes-qt
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-04-28 13:08:11 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2013-04-28 15:55:09 +0200
commit3a91c4dc3db0ca4a87bf901202492484c3754ea5 (patch)
treedce41b79ced73893404b4eabda62330edea74c75 /recipes-qt
parenteed206da36737ab299599f87d8f3d08cb3838635 (diff)
downloadmeta-qt5-3a91c4dc3db0ca4a87bf901202492484c3754ea5.tar.gz
qt5: allow to change -release/-debug for some modules
Diffstat (limited to 'recipes-qt')
-rw-r--r--recipes-qt/qt5/qt5.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qt5.inc b/recipes-qt/qt5/qt5.inc
index 711ad45e..a45c0aab 100644
--- a/recipes-qt/qt5/qt5.inc
+++ b/recipes-qt/qt5/qt5.inc
@@ -33,9 +33,10 @@ QT_SYSTEM_LIBS ?= "-system-libjpeg -system-libpng -system-zlib"
33QT_TESTS ?= "-nomake tests" 33QT_TESTS ?= "-nomake tests"
34QT_EXAMPLES ?= "-nomake examples" 34QT_EXAMPLES ?= "-nomake examples"
35QT_DEMOS ?= "-nomake demos" 35QT_DEMOS ?= "-nomake demos"
36QT_RELEASE ?= "-release"
36 37
37QT_CONFIG_FLAGS += " \ 38QT_CONFIG_FLAGS += " \
38 -release \ 39 ${QT_RELEASE} \
39 -reduce-relocations \ 40 -reduce-relocations \
40 -shared \ 41 -shared \
41 -silent \ 42 -silent \