aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmakeprojectmanager
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qmakeprojectmanager')
-rw-r--r--src/plugins/qmakeprojectmanager/qmakeproject.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/plugins/qmakeprojectmanager/qmakeproject.cpp b/src/plugins/qmakeprojectmanager/qmakeproject.cpp
index 143507005c8..90eeeb8f9b9 100644
--- a/src/plugins/qmakeprojectmanager/qmakeproject.cpp
+++ b/src/plugins/qmakeprojectmanager/qmakeproject.cpp
@@ -483,6 +483,12 @@ void QmakeBuildSystem::scheduleUpdateAll(QmakeProFile::AsyncUpdateDelay delay)
return;
}
+ if (!buildConfiguration()->isActive()) {
+ TRACE("firstParseNeeded: " << int(m_firstParseNeeded)
+ << ", suppressed: buildconfig not active");
+ return;
+ }
+
TRACE("firstParseNeeded: " << int(m_firstParseNeeded) << ", delay: " << delay);
rootProFile()->setParseInProgressRecursive(true);