aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmakeprojectconstants.h
diff options
context:
space:
mode:
authorBenjamin Zeller <benjamin.zeller@canonical.com>2015-02-24 21:57:00 +0100
committerBenjamin Zeller <benjamin.zeller@canonical.com>2015-03-03 12:47:36 +0000
commit1e2d2665414d7e62bd816e542fd3ea0b568c0b69 (patch)
treecc4a7d471a0cb5f66b95021156667eff50b873cd /src/plugins/cmakeprojectmanager/cmakeprojectconstants.h
parent20a05c986c09f03a8c023d0189e2f61c49331193 (diff)
Make CMakeTool known to the Kits
This patch adds support for binding a specific CMakeTool to a Kit. When creating a new Kit or loading a existing one without a valid CMakeTool, the default CMakeTool will be set. Change-Id: I28d0843a01c583c4b31fc680a0ec556b40cd9c0d Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com>
Diffstat (limited to 'src/plugins/cmakeprojectmanager/cmakeprojectconstants.h')
-rw-r--r--src/plugins/cmakeprojectmanager/cmakeprojectconstants.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/cmakeprojectmanager/cmakeprojectconstants.h b/src/plugins/cmakeprojectmanager/cmakeprojectconstants.h
index 89101ad151..2c0884605e 100644
--- a/src/plugins/cmakeprojectmanager/cmakeprojectconstants.h
+++ b/src/plugins/cmakeprojectmanager/cmakeprojectconstants.h
@@ -51,6 +51,9 @@ const char CMAKE_BC_ID[] = "CMakeProjectManager.CMakeBuildConfiguration";
// Menu
const char M_CONTEXT[] = "CMakeEditor.ContextMenu";
+// Settings page
+const char CMAKE_SETTINGSPAGE_ID[] = "Z.CMake";
+
} // namespace Constants
} // namespace CMakeProjectManager