From 83e3524b53f9625aab5c31fe8f27927786134d72 Mon Sep 17 00:00:00 2001 From: dt <qtc-commiter@nokia.com> Date: Tue, 2 Dec 2008 18:06:51 +0100 Subject: [PATCH] Fixes: Add a stub for cmakestep. Which does nothing at all, yet. Details: Another dummy, still more to do. --- src/plugins/cmakeprojectmanager/cmakeprojectconstants.h | 4 +++- src/plugins/cmakeprojectmanager/cmakeprojectmanager.pro | 6 ++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/plugins/cmakeprojectmanager/cmakeprojectconstants.h b/src/plugins/cmakeprojectmanager/cmakeprojectconstants.h index 5a3782e7060..516e3e61754 100644 --- a/src/plugins/cmakeprojectmanager/cmakeprojectconstants.h +++ b/src/plugins/cmakeprojectmanager/cmakeprojectconstants.h @@ -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 diff --git a/src/plugins/cmakeprojectmanager/cmakeprojectmanager.pro b/src/plugins/cmakeprojectmanager/cmakeprojectmanager.pro index d7825c8167a..3d427a93d8b 100644 --- a/src/plugins/cmakeprojectmanager/cmakeprojectmanager.pro +++ b/src/plugins/cmakeprojectmanager/cmakeprojectmanager.pro @@ -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 -- GitLab