diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-28 13:08:11 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-28 15:55:09 +0200 |
commit | 3a91c4dc3db0ca4a87bf901202492484c3754ea5 (patch) | |
tree | dce41b79ced73893404b4eabda62330edea74c75 /recipes-qt | |
parent | eed206da36737ab299599f87d8f3d08cb3838635 (diff) | |
download | meta-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.inc | 3 |
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" | |||
33 | QT_TESTS ?= "-nomake tests" | 33 | QT_TESTS ?= "-nomake tests" |
34 | QT_EXAMPLES ?= "-nomake examples" | 34 | QT_EXAMPLES ?= "-nomake examples" |
35 | QT_DEMOS ?= "-nomake demos" | 35 | QT_DEMOS ?= "-nomake demos" |
36 | QT_RELEASE ?= "-release" | ||
36 | 37 | ||
37 | QT_CONFIG_FLAGS += " \ | 38 | QT_CONFIG_FLAGS += " \ |
38 | -release \ | 39 | ${QT_RELEASE} \ |
39 | -reduce-relocations \ | 40 | -reduce-relocations \ |
40 | -shared \ | 41 | -shared \ |
41 | -silent \ | 42 | -silent \ |