aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmakebuildstep.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2016-02-24 18:00:24 +0100
committerTobias Hunger <tobias.hunger@theqtcompany.com>2016-02-26 12:17:31 +0000
commit76a050cb835b1c297dce42a664cebe4ec4d6ece7 (patch)
tree352f20387f7f9689d4608f4c73ba6d098b0cd6cf /src/plugins/cmakeprojectmanager/cmakebuildstep.h
parent34fd32565ae164f4344474fda7913121ee122855 (diff)
CMake: Move BuildDirManager from the project into the buildconfiguration
Change-Id: I90126ff22dd394eba4145db142b3914d211af476 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
Diffstat (limited to 'src/plugins/cmakeprojectmanager/cmakebuildstep.h')
-rw-r--r--src/plugins/cmakeprojectmanager/cmakebuildstep.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/plugins/cmakeprojectmanager/cmakebuildstep.h b/src/plugins/cmakeprojectmanager/cmakebuildstep.h
index 92809316ed..b56564ab68 100644
--- a/src/plugins/cmakeprojectmanager/cmakebuildstep.h
+++ b/src/plugins/cmakeprojectmanager/cmakebuildstep.h
@@ -83,6 +83,7 @@ public:
signals:
void cmakeCommandChanged();
void targetsToBuildChanged();
+ void buildTargetsChanged();
protected:
void processStarted() override;
@@ -97,9 +98,9 @@ protected:
void stdOutput(const QString &line) override;
private:
- void ctor();
+ void ctor(ProjectExplorer::BuildStepList *bsl);
- void buildTargetsChanged();
+ void handleBuildTargetChanges();
CMakeRunConfiguration *targetsActiveRunConfiguration() const;
QRegExp m_percentProgress;