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
0225cc85
Commit
0225cc85
authored
Jan 08, 2009
by
Daniel Molkentin
Browse files
centralize runstep definitions further
parent
cab13a5a
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/deployhelper.cpp
View file @
0225cc85
...
...
@@ -33,6 +33,7 @@
#include "deployhelper.h"
#include "qt4project.h"
#include "qt4projectmanagerconstants.h"
#include <QDebug>
#include <QDir>
...
...
@@ -183,7 +184,7 @@ void DeployHelperRunStep::readyRead()
QString
DeployHelperRunStep
::
name
()
{
return
"trolltech.qt4projectmanager.deployhelperrunstep"
;
return
Constants
::
DEPLOYHELPERRUNSTEP
;
}
QString
DeployHelperRunStep
::
displayName
()
...
...
src/plugins/qt4projectmanager/qt4projectmanagerconstants.h
View file @
0225cc85
...
...
@@ -77,6 +77,7 @@ const char * const QMAKESTEP = "trolltech.qt4projectmanager.qmake";
const
char
*
const
MAKESTEP
=
"trolltech.qt4projectmanager.make"
;
const
char
*
const
GDBMACROSBUILDSTEP
=
"trolltech.qt4projectmanager.gdbmaros"
;
const
char
*
const
QT4RUNSTEP
=
"trolltech.qt4projectmanager.qt4runstep"
;
const
char
*
const
DEPLOYHELPERRUNSTEP
=
"trolltech.qt4projectmanager.deployhelperrunstep"
;
// build parsers
const
char
*
const
BUILD_PARSER_MSVC
=
"BuildParser.MSVC"
;
...
...
Write
Preview
Supports
Markdown
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