diff options
author | Tobias Hunger <tobias.hunger@nokia.com> | 2010-01-19 13:41:02 +0100 |
---|---|---|
committer | Tobias Hunger <tobias.hunger@nokia.com> | 2010-02-01 12:23:13 +0100 |
commit | f923a561c3b3ba2e3761b9b96b595044c8796011 (patch) | |
tree | a777ad4cfd1a2560f2a130e152f577223b8ee6f5 /src/plugins/cmakeprojectmanager/cmakeprojectconstants.h | |
parent | 16a7d5daa2696425848927f47c40ffbcb48407ca (diff) | |
download | qt-creator-f923a561c3b3ba2e3761b9b96b595044c8796011.tar.gz |
Make use of ProjectConfiguration in RunConfigurations
Reviewed-by: dt
Diffstat (limited to 'src/plugins/cmakeprojectmanager/cmakeprojectconstants.h')
-rw-r--r-- | src/plugins/cmakeprojectmanager/cmakeprojectconstants.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/cmakeprojectmanager/cmakeprojectconstants.h b/src/plugins/cmakeprojectmanager/cmakeprojectconstants.h index 4d86ef0741..fbd3ecdd7a 100644 --- a/src/plugins/cmakeprojectmanager/cmakeprojectconstants.h +++ b/src/plugins/cmakeprojectmanager/cmakeprojectconstants.h @@ -35,8 +35,6 @@ namespace Constants { const char * const PROJECTCONTEXT = "CMakeProject.ProjectContext"; const char * const CMAKEMIMETYPE = "text/x-cmake"; // TOOD check that this is correct -const char * const CMAKERUNCONFIGURATION = "CMakeProjectManager.CMakeRunConfiguration"; - } // namespace Constants } // namespace CMakeProjectManager |