summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 += \