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:
@@ -39,6 +39,8 @@ namespace Constants {
|
|||||||
|
|
||||||
const char * const PROJECTCONTEXT = "CMakeProject.ProjectContext";
|
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 Constants
|
||||||
} // namespace CMakeProjectManager
|
} // namespace CMakeProjectManager
|
||||||
|
|||||||
@@ -6,9 +6,11 @@ HEADERS = cmakeproject.h \
|
|||||||
cmakeprojectplugin.h \
|
cmakeprojectplugin.h \
|
||||||
cmakeprojectmanager.h \
|
cmakeprojectmanager.h \
|
||||||
cmakeprojectconstants.h \
|
cmakeprojectconstants.h \
|
||||||
cmakeprojectnodes.h
|
cmakeprojectnodes.h \
|
||||||
|
cmakestep.h
|
||||||
SOURCES = cmakeproject.cpp \
|
SOURCES = cmakeproject.cpp \
|
||||||
cmakeprojectplugin.cpp \
|
cmakeprojectplugin.cpp \
|
||||||
cmakeprojectmanager.cpp \
|
cmakeprojectmanager.cpp \
|
||||||
cmakeprojectnodes.cpp
|
cmakeprojectnodes.cpp \
|
||||||
|
cmakestep.cpp
|
||||||
RESOURCES += cmakeproject.qrc
|
RESOURCES += cmakeproject.qrc
|
||||||
|
|||||||
Reference in New Issue
Block a user