Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
83e3524b
Commit
83e3524b
authored
Dec 02, 2008
by
dt
Browse files
Fixes: Add a stub for cmakestep. Which does nothing at all, yet.
Details: Another dummy, still more to do.
parent
294575bd
Changes
2
Show whitespace changes
Inline
Side-by-side
src/plugins/cmakeprojectmanager/cmakeprojectconstants.h
View file @
83e3524b
...
...
@@ -39,6 +39,8 @@ namespace Constants {
const
char
*
const
PROJECTCONTEXT
=
"CMakeProject.ProjectContext"
;
const
char
*
const
CMAKEMIMETYPE
=
"text/x-cmake"
;
// TOOD check that this is correct
const
char
*
const
CMAKESTEP
=
"CMakeProjectManager.CMakeStep"
;
}
// namespace Constants
}
// namespace CMakeProjectManager
...
...
src/plugins/cmakeprojectmanager/cmakeprojectmanager.pro
View file @
83e3524b
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment