summaryrefslogtreecommitdiff
path: root/src/plugins/qmakeprojectmanager/qmakebuildconfiguration.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2016-11-02 12:10:18 +0100
committerTobias Hunger <tobias.hunger@qt.io>2016-11-09 10:15:05 +0000
commit0f1f595a12fad0d88633677a79c1fe4ac2cd68be (patch)
tree34ff0d8fdc3e4f7e44d1446da09446b77318c8ec /src/plugins/qmakeprojectmanager/qmakebuildconfiguration.h
parent4ed00a348b55bb64332315ebdca2c7c8ec198a7c (diff)
downloadqt-creator-0f1f595a12fad0d88633677a79c1fe4ac2cd68be.tar.gz
QmakeProjectManager: Improve signalling of parser state
Correctly signal when parsing of a qmake project starts and stops via the build- and runconfigurations. The buildconfigurations are in the picture since they disable the run buttons when the user has selected to build before deploy and deploy before run. Task-number: QTCREATORBUG-16172 Task-number: QTCREATORBUG-15583 Change-Id: I44b5f5ce8e145cb93dc0022f66e1edcc202875e4 Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Diffstat (limited to 'src/plugins/qmakeprojectmanager/qmakebuildconfiguration.h')
-rw-r--r--src/plugins/qmakeprojectmanager/qmakebuildconfiguration.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmakeprojectmanager/qmakebuildconfiguration.h b/src/plugins/qmakeprojectmanager/qmakebuildconfiguration.h
index 2f534ca888..120a375806 100644
--- a/src/plugins/qmakeprojectmanager/qmakebuildconfiguration.h
+++ b/src/plugins/qmakeprojectmanager/qmakebuildconfiguration.h
@@ -137,7 +137,7 @@ private:
LastKitState m_lastKitState;
bool m_shadowBuild = true;
- bool m_isEnabled = false;
+ bool m_isEnabled = true;
QtSupport::BaseQtVersion::QmakeBuildConfigs m_qmakeBuildConfiguration = 0;
QmakeProjectManager::QmakeProFileNode *m_subNodeBuild = nullptr;
ProjectExplorer::FileNode *m_fileNodeBuild = nullptr;