aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmakeprojectconstants.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2016-08-18 13:22:06 +0200
committerTobias Hunger <tobias.hunger@qt.io>2016-08-23 12:12:37 +0000
commit59bab5e0ac450cf1a533b273439d8fba5af83fa7 (patch)
tree4f0d921540ab40b80b1d90e66f9b2733cb98feb4 /src/plugins/cmakeprojectmanager/cmakeprojectconstants.h
parent5097acebf3ff25e81e53e4fcab60bcd337ab937b (diff)
CMake: Add CMakeSnippetProvider
This allows to define snippets for CMakeLists.txt files. They can not be used yet:-/ Change-Id: Iad68632798ecfe04018d08d284f9b5a8b0e564ee Reviewed-by: David Schulz <david.schulz@qt.io>
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 8c4f7b26a1..1f6c33411e 100644
--- a/src/plugins/cmakeprojectmanager/cmakeprojectconstants.h
+++ b/src/plugins/cmakeprojectmanager/cmakeprojectconstants.h
@@ -51,5 +51,8 @@ const char M_CONTEXT[] = "CMakeEditor.ContextMenu";
// Settings page
const char CMAKE_SETTINGSPAGE_ID[] = "Z.CMake";
+// Snippets
+const char CMAKE_SNIPPETS_GROUP_ID[] = "CMake";
+
} // namespace Constants
} // namespace CMakeProjectManager