From 604f330cd22bcb044f43bcd7ce6f4fe0ed2fe057 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 12 Nov 2013 16:35:05 +0100 Subject: 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 --- qt.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'qt.pro') 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 -- cgit v1.2.3