build host tools in release mode again
authorJoerg Bornemann <joerg.bornemann@nokia.com>
Mon, 30 Jul 2012 11:52:01 +0000 (13:52 +0200)
committerQt by Nokia <qt-info@nokia.com>
Tue, 31 Jul 2012 09:51:55 +0000 (11:51 +0200)
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>
src/tools/bootstrap/bootstrap.pri
src/tools/bootstrap/bootstrap.pro

index 6b8ed2b..19e00ad 100644 (file)
@@ -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
 
index 69aa55d..0392771 100644 (file)
@@ -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 += \