summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2012-11-19 17:19:12 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-20 16:46:33 +0100
commit1c70033bb607d01b0272f17353c13c41603908ec (patch)
tree5f2c93325d453bb46a10f7a5775e8bcb500ec357 /mkspecs
parent85e9ba49580e307e1213c87cdbfdc301848f497f (diff)
don't set CONFIG+=release during build passes
otherwise we get inconsistent builds. Task-number: QTBUG-28046 Change-Id: I7952000bfc8e02ced5fd2c1bbffab7384f2730c1 Reviewed-by: Jan Arve Sæther <jan-arve.saether@digia.com> Reviewed-by: Kai Koehne <kai.koehne@digia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/features/qt_tool.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/features/qt_tool.prf b/mkspecs/features/qt_tool.prf
index bae6138067..649c95d1d3 100644
--- a/mkspecs/features/qt_tool.prf
+++ b/mkspecs/features/qt_tool.prf
@@ -7,7 +7,7 @@ CONFIG += qt warn_on console
isEmpty(QMAKE_INFO_PLIST): CONFIG -= app_bundle
host_build {
- CONFIG += release
+ !build_pass: CONFIG += release
QT = bootstrap-private
target.path = $$[QT_HOST_BINS]
} else {