summaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@nokia.com>2012-07-30 13:52:01 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-31 11:51:55 +0200
commita03b14f68508cf08f051ed882604485f230cff30 (patch)
tree6fa4ae8701559b2ba1546bc1d2f08cd2bb1978bf /src/tools
parent12a40a7cbb129a8b172ea43fd420e407498199a1 (diff)
build host tools in release mode again
CONFIG does not contain build_all anymore, thus we need to check QT_CONFIG in bootstrap.pr{i,o}. Change-Id: Ia505fa101adc49f185908ca575d3211caed612db Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/bootstrap/bootstrap.pri5
-rw-r--r--src/tools/bootstrap/bootstrap.pro5
2 files changed, 2 insertions, 8 deletions
diff --git a/src/tools/bootstrap/bootstrap.pri b/src/tools/bootstrap/bootstrap.pri
index 6b8ed2b96e..19e00ad478 100644
--- a/src/tools/bootstrap/bootstrap.pri
+++ b/src/tools/bootstrap/bootstrap.pri
@@ -1,9 +1,6 @@
CONFIG += console qtinc
CONFIG -= qt
-build_all:!build_pass {
- CONFIG -= build_all
- CONFIG += release
-}
+!build_pass:contains(QT_CONFIG, build_all):CONFIG += release
CONFIG -= app_bundle
CONFIG += exceptions_off
diff --git a/src/tools/bootstrap/bootstrap.pro b/src/tools/bootstrap/bootstrap.pro
index 69aa55da7f..039277150f 100644
--- a/src/tools/bootstrap/bootstrap.pro
+++ b/src/tools/bootstrap/bootstrap.pro
@@ -6,10 +6,7 @@ CONFIG += static
CONFIG += console qtinc
CONFIG -= qt
CONFIG += exceptions_off
-build_all:!build_pass {
- CONFIG -= build_all
- CONFIG += release
-}
+!build_pass:contains(QT_CONFIG, build_all):CONFIG += release
mac:CONFIG -= app_bundle incremental
DEFINES += \