diff options
author | Tobias Hunger <tobias.hunger@qt.io> | 2016-11-14 15:18:25 +0100 |
---|---|---|
committer | Tim Jenssen <tim.jenssen@qt.io> | 2016-11-15 09:30:59 +0000 |
commit | 53d45de8a0d5d9efacbf208f25ba75b47414838e (patch) | |
tree | 92b49e44c3c78ce0ce94110dc64a06900241f5cb /src/plugins/cmakeprojectmanager/cmakeprojectconstants.h | |
parent | 6fe3d3bde9eed4027b37c88c7d75a62c89ce25f6 (diff) | |
download | qt-creator-53d45de8a0d5d9efacbf208f25ba75b47414838e.tar.gz |
CMake: Allow to build target from context menu of CMakeTargetNodes
Change-Id: I0457abd6dabea1699272482eb5f7fbb3ca097310
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
Diffstat (limited to 'src/plugins/cmakeprojectmanager/cmakeprojectconstants.h')
-rw-r--r-- | src/plugins/cmakeprojectmanager/cmakeprojectconstants.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/plugins/cmakeprojectmanager/cmakeprojectconstants.h b/src/plugins/cmakeprojectmanager/cmakeprojectconstants.h index 94abe1c1fd..6d0bb31f4d 100644 --- a/src/plugins/cmakeprojectmanager/cmakeprojectconstants.h +++ b/src/plugins/cmakeprojectmanager/cmakeprojectconstants.h @@ -57,5 +57,11 @@ const char CMAKE_SNIPPETS_GROUP_ID[] = "CMake"; // Icons const char FILEOVERLAY_CMAKE[] = ":/cmakeproject/images/fileoverlay_cmake.png"; +// Actions +const char BUILD_TARGET_CONTEXTMENU[] = "CMake.BuildTargetContextMenu"; + +// Build Step +const char CMAKE_BUILD_STEP_ID[] = "CMakeProjectManager.MakeStep"; + } // namespace Constants } // namespace CMakeProjectManager |