Cmake: Move some code from project to build configuration

Less use of activeBuildConfiguration and activeTarget.

Change-Id: I9fa77a0084c5701e86530e4f9845c47baddaed4e
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
hjk
2018-12-20 18:51:12 +01:00
parent d59663cfe4
commit ce43f6fbb4
4 changed files with 68 additions and 66 deletions

View File

@@ -86,8 +86,6 @@ protected:
bool setupTarget(ProjectExplorer::Target *t) final;
private:
QList<CMakeBuildTarget> buildTargets() const;
void handleReparseRequest(int reparseParameters);
void startParsing(int reparseParameters);
@@ -104,7 +102,6 @@ private:
void createGeneratedCodeModelSupport();
QStringList filesGeneratedFrom(const QString &sourceFile) const final;
void updateApplicationAndDeploymentTargets();
// TODO probably need a CMake specific node structure
QList<CMakeBuildTarget> m_buildTargets;