forked from qt-creator/qt-creator
Rename the QmakeRunConfiguration to DesktopQmakeRunConfiguration
Also rename the related factory and config widget. This was necessary since QmakeRunConfigurationFactory was already taken by the base class. Change-Id: I37875935101b7560ad64c8a8c27d821c9810b387 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
#include "qmakestep.h"
|
||||
#include "makestep.h"
|
||||
#include "qmakebuildconfiguration.h"
|
||||
#include "qmakerunconfiguration.h"
|
||||
#include "desktopqmakerunconfiguration.h"
|
||||
#include "wizards/consoleappwizard.h"
|
||||
#include "wizards/guiappwizard.h"
|
||||
#include "wizards/librarywizard.h"
|
||||
@@ -138,7 +138,7 @@ bool QmakeProjectManagerPlugin::initialize(const QStringList &arguments, QString
|
||||
addAutoReleasedObject(new MakeStepFactory);
|
||||
|
||||
addAutoReleasedObject(new QmakeBuildConfigurationFactory);
|
||||
addAutoReleasedObject(new Qt4RunConfigurationFactory);
|
||||
addAutoReleasedObject(new DesktopQmakeRunConfigurationFactory);
|
||||
|
||||
if (Utils::HostOsInfo::isMacHost())
|
||||
addAutoReleasedObject(new MacDesignerExternalEditor);
|
||||
|
||||
Reference in New Issue
Block a user