CMake: Move BuildDirManager from the project into the buildconfiguration

Change-Id: I90126ff22dd394eba4145db142b3914d211af476
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2016-02-24 18:00:24 +01:00
parent 34fd32565a
commit 76a050cb83
9 changed files with 386 additions and 338 deletions

View File

@@ -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;