aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-05-11 17:57:26 +0200
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-05-17 15:31:44 +0000
commit87cf6b7ae7fbaf61595311d04c7e2e99a124e3c6 (patch)
tree25be8760f95c9a41c8f253102cec263ea4b71b47
parent064dc6a29b09fa3bc7c57ed3f443befda510663f (diff)
standardize on QT_CONFIG debug_and_release instead of build_all
the two flags are equivalent. use the same one everywhere. Change-Id: I9ac0caad5a9a8d37813f8de4d81067e20656abc5 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
-rw-r--r--tests/auto/qmldevtools/compile/compile.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qmldevtools/compile/compile.pro b/tests/auto/qmldevtools/compile/compile.pro
index 0ed113a031..819289f5f7 100644
--- a/tests/auto/qmldevtools/compile/compile.pro
+++ b/tests/auto/qmldevtools/compile/compile.pro
@@ -5,7 +5,7 @@ force_bootstrap {
!build_pass: CONFIG += release
} else {
QT = core
- !build_pass:contains(QT_CONFIG, build_all): CONFIG += release
+ !build_pass:contains(QT_CONFIG, debug_and_release): CONFIG += release
}
QT += qmldevtools-private
macx:CONFIG -= app_bundle