Skip to content
Snippets Groups Projects
Commit 83e3524b authored by dt's avatar dt
Browse files

Fixes: Add a stub for cmakestep. Which does nothing at all, yet.

Details:  Another dummy, still more to do.
parent 294575bd
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -6,9 +6,11 @@ HEADERS = cmakeproject.h \
cmakeprojectplugin.h \
cmakeprojectmanager.h \
cmakeprojectconstants.h \
cmakeprojectnodes.h
cmakeprojectnodes.h \
cmakestep.h
SOURCES = cmakeproject.cpp \
cmakeprojectplugin.cpp \
cmakeprojectmanager.cpp \
cmakeprojectnodes.cpp
cmakeprojectnodes.cpp \
cmakestep.cpp
RESOURCES += cmakeproject.qrc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment