aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmakeprojectconstants.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2018-05-04 16:52:21 +0200
committerhjk <hjk@qt.io>2018-05-08 08:13:00 +0000
commitce20bde99c6f7cd5b7fe7eb0b186727925adb116 (patch)
treeac1b1b1cc045a626cf41e1421a846423fa358b99 /src/plugins/cmakeprojectmanager/cmakeprojectconstants.h
parent1678e9eb1e4dfcdd518218ca89455f6b667316d1 (diff)
ProjectExplorer: Pass id directly to BuildConfigurations
It's what the base class wants, and follows run and deploy precedence. Change-Id: I26eff43337851702417e7e4284fc390b904060f6 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Diffstat (limited to 'src/plugins/cmakeprojectmanager/cmakeprojectconstants.h')
-rw-r--r--src/plugins/cmakeprojectmanager/cmakeprojectconstants.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/cmakeprojectmanager/cmakeprojectconstants.h b/src/plugins/cmakeprojectmanager/cmakeprojectconstants.h
index bd9be308c3..e1e1a0114e 100644
--- a/src/plugins/cmakeprojectmanager/cmakeprojectconstants.h
+++ b/src/plugins/cmakeprojectmanager/cmakeprojectconstants.h
@@ -42,9 +42,6 @@ const char RUNCMAKECONTEXTMENU[] = "CMakeProject.RunCMakeContextMenu";
// Project
const char CMAKEPROJECT_ID[] = "CMakeProjectManager.CMakeProject";
-// Buildconfiguration
-const char CMAKE_BC_ID[] = "CMakeProjectManager.CMakeBuildConfiguration";
-
// Menu
const char M_CONTEXT[] = "CMakeEditor.ContextMenu";