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>
This commit is contained in:
Joerg Bornemann 2012-07-30 13:52:01 +02:00 committed by Qt by Nokia
parent 12a40a7cbb
commit a03b14f685
2 changed files with 2 additions and 8 deletions

View 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

View 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 += \