diff options
author | hjk <[email protected]> | 2019-08-06 16:50:30 +0200 |
---|---|---|
committer | hjk <[email protected]> | 2019-08-07 10:35:41 +0000 |
commit | 07a918c89a0993f4c9568920d1155ff6c831fbf7 (patch) | |
tree | fb72827341f9de72c3b1e12c3533de48ff393502 /src/plugins/cmakeprojectmanager/cmakeprojectplugin.cpp | |
parent | 2521023627066ba6dd6f6446f2ad6a6f144efc01 (diff) |
Unification of desktop run configurations, step 1
First step, move {DesktopQt,Qbs,CMake}RunConfiguration{,Factory}
into the same new files.
This only moves down to QtSupport, not ProjectExplorer, as there
are in all three cases direct dependencies on QtSupport. Long term
I would expect them to move further down.
Change-Id: Ib16b19df7f3f642ed7f7db89a1f6904601d976ba
Reviewed-by: Christian Kandeler <[email protected]>
Diffstat (limited to 'src/plugins/cmakeprojectmanager/cmakeprojectplugin.cpp')
-rw-r--r-- | src/plugins/cmakeprojectmanager/cmakeprojectplugin.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/cmakeprojectmanager/cmakeprojectplugin.cpp b/src/plugins/cmakeprojectmanager/cmakeprojectplugin.cpp index d8d2164395e..5418a1994ee 100644 --- a/src/plugins/cmakeprojectmanager/cmakeprojectplugin.cpp +++ b/src/plugins/cmakeprojectmanager/cmakeprojectplugin.cpp @@ -32,7 +32,6 @@ #include "cmakeprojectmanager.h" #include "cmakeprojectnodes.h" #include "cmakebuildconfiguration.h" -#include "cmakerunconfiguration.h" #include "cmakeprojectconstants.h" #include "cmakelocatorfilter.h" #include "cmakesettingspage.h" @@ -71,8 +70,6 @@ public: static const std::unique_ptr<CMakeSpecificSettings> projectTypeSpecificSettings; CMakeManager manager; CMakeBuildStepFactory buildStepFactory; - CMakeRunConfigurationFactory runConfigFactory; - SimpleRunWorkerFactory<SimpleTargetRunner, CMakeRunConfiguration> runWorkerFactory; CMakeBuildConfigurationFactory buildConfigFactory; CMakeEditorFactory editorFactor; BuildCMakeTargetLocatorFilter buildCMakeTargetLocatorFilter; |