aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-11-12 16:35:05 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-23 07:18:25 +0100
commit604f330cd22bcb044f43bcd7ce6f4fe0ed2fe057 (patch)
treef4e03c044d8e236e4cedf1322fd6266a9c7658d9
parentb25883ebaafe1b86077d77d5598355d1f9320a5a (diff)
don't unnecessarily confuse qt creator
our CONFIG+=build_pass hack has the side effect that qmake does not emit the calling command line to the makefile, which makes creator unable to detect the build. so revert the hack as soon as it did its deed. Task-number: QTBUG-34788 Change-Id: I4c0fd28d661ca5049f31d5405e84525efb12fd4e Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
-rw-r--r--qt.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt.pro b/qt.pro
index 48b29185..f9344690 100644
--- a/qt.pro
+++ b/qt.pro
@@ -3,6 +3,7 @@ cache(, super)
CONFIG += build_pass # hack to disable the .qmake.super auto-add
load(qt_build_config)
+CONFIG -= build_pass # unhack, as it confuses Qt Creator
TEMPLATE = subdirs