summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/projectexplorerconstants.h
diff options
context:
space:
mode:
authorFilippo Cucchetto <filippocucchetto@gmail.com>2016-12-16 00:43:14 +0100
committerFilippo Cucchetto <filippocucchetto@gmail.com>2017-01-23 11:19:11 +0000
commit4b1f8f360946d47fd1f8165f5e194805d3536810 (patch)
tree192a53b20b938ce08614df25a9f554941e93ae80 /src/plugins/projectexplorer/projectexplorerconstants.h
parent35690ab66e3c79bf2ff69a2b996da0c2584ee13b (diff)
downloadqt-creator-4b1f8f360946d47fd1f8165f5e194805d3536810.tar.gz
ProjectExplorer: Added support for registering custom languages
Change-Id: I728a2ed1ef7d9f44d7c2b59d27d6e23444cd3bb5 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer/projectexplorerconstants.h')
-rw-r--r--src/plugins/projectexplorer/projectexplorerconstants.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/projectexplorerconstants.h b/src/plugins/projectexplorer/projectexplorerconstants.h
index e916b648e7..3adae9ef02 100644
--- a/src/plugins/projectexplorer/projectexplorerconstants.h
+++ b/src/plugins/projectexplorer/projectexplorerconstants.h
@@ -209,6 +209,10 @@ const char BUILDSTEPS_DEPLOY[] = "ProjectExplorer.BuildSteps.Deploy";
// Deploy Configuration id:
const char DEFAULT_DEPLOYCONFIGURATION_ID[] = "ProjectExplorer.DefaultDeployConfiguration";
+// Language
+const char C_LANGUAGE_ID[] = "ProjectExplorer.Language.C";
+const char CXX_LANGUAGE_ID[] = "ProjectExplorer.Language.Cxx";
+
// ToolChain TypeIds
const char CLANG_TOOLCHAIN_TYPEID[] = "ProjectExplorer.ToolChain.Clang";
const char GCC_TOOLCHAIN_TYPEID[] = "ProjectExplorer.ToolChain.Gcc";
@@ -277,5 +281,10 @@ const char FILEOVERLAY_H[]=":/projectexplorer/images/fileoverlay_h.png";
const char FILEOVERLAY_SCXML[]=":/projectexplorer/images/fileoverlay_scxml.png";
const char FILEOVERLAY_UNKNOWN[]=":/projectexplorer/images/fileoverlay_unknown.png";
+// Kit Information
+const char KITINFORMATION_ID_V1[] = "PE.Profile.ToolChain";
+const char KITINFORMATION_ID_V2[] = "PE.Profile.ToolChains";
+const char KITINFORMATION_ID_V3[] = "PE.Profile.ToolChainsV3";
+
} // namespace Constants
} // namespace ProjectExplorer