forked from qt-creator/qt-creator
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user