forked from qt-creator/qt-creator
centralize runstep definitions further
This commit is contained in:
@@ -33,6 +33,7 @@
|
|||||||
|
|
||||||
#include "deployhelper.h"
|
#include "deployhelper.h"
|
||||||
#include "qt4project.h"
|
#include "qt4project.h"
|
||||||
|
#include "qt4projectmanagerconstants.h"
|
||||||
|
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
#include <QDir>
|
#include <QDir>
|
||||||
@@ -183,7 +184,7 @@ void DeployHelperRunStep::readyRead()
|
|||||||
|
|
||||||
QString DeployHelperRunStep::name()
|
QString DeployHelperRunStep::name()
|
||||||
{
|
{
|
||||||
return "trolltech.qt4projectmanager.deployhelperrunstep";
|
return Constants::DEPLOYHELPERRUNSTEP;
|
||||||
}
|
}
|
||||||
|
|
||||||
QString DeployHelperRunStep::displayName()
|
QString DeployHelperRunStep::displayName()
|
||||||
|
|||||||
@@ -77,6 +77,7 @@ const char * const QMAKESTEP = "trolltech.qt4projectmanager.qmake";
|
|||||||
const char * const MAKESTEP = "trolltech.qt4projectmanager.make";
|
const char * const MAKESTEP = "trolltech.qt4projectmanager.make";
|
||||||
const char * const GDBMACROSBUILDSTEP = "trolltech.qt4projectmanager.gdbmaros";
|
const char * const GDBMACROSBUILDSTEP = "trolltech.qt4projectmanager.gdbmaros";
|
||||||
const char * const QT4RUNSTEP = "trolltech.qt4projectmanager.qt4runstep";
|
const char * const QT4RUNSTEP = "trolltech.qt4projectmanager.qt4runstep";
|
||||||
|
const char * const DEPLOYHELPERRUNSTEP = "trolltech.qt4projectmanager.deployhelperrunstep";
|
||||||
|
|
||||||
// build parsers
|
// build parsers
|
||||||
const char * const BUILD_PARSER_MSVC = "BuildParser.MSVC";
|
const char * const BUILD_PARSER_MSVC = "BuildParser.MSVC";
|
||||||
|
|||||||
Reference in New Issue
Block a user