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:
parent
12a40a7cbb
commit
a03b14f685
@ -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
|
||||
|
||||
|
@ -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 += \
|
||||
|
Loading…
Reference in New Issue
Block a user