forked from qt-creator/qt-creator
Fixes: Add a stub for cmakestep. Which does nothing at all, yet.
Details: Another dummy, still more to do.
This commit is contained in:
@@ -38,7 +38,9 @@ namespace CMakeProjectManager {
|
||||
namespace Constants {
|
||||
|
||||
const char * const PROJECTCONTEXT = "CMakeProject.ProjectContext";
|
||||
const char * const CMAKEMIMETYPE = "text/x-cmake"; // TOOD check that this is correct
|
||||
const char * const CMAKEMIMETYPE = "text/x-cmake"; // TOOD check that this is correct
|
||||
const char * const CMAKESTEP = "CMakeProjectManager.CMakeStep";
|
||||
|
||||
|
||||
} // namespace Constants
|
||||
} // namespace CMakeProjectManager
|
||||
|
||||
Reference in New Issue
Block a user