Symbian: Separating CODA's and TRK's RunControl

Reviewed-by: Tobias Hunger
This commit is contained in:
Pawel Polanski
2011-01-18 16:45:42 +01:00
parent 315fc34f3b
commit e48f520999
18 changed files with 1363 additions and 698 deletions

View File

@@ -42,6 +42,8 @@
#include "s60devicerunconfiguration.h"
#include "s60createpackagestep.h"
#include "s60deploystep.h"
#include "s60runcontrolfactory.h"
#include "qt4symbiantargetfactory.h"
#include <symbianutils/symbiandevicemanager.h>
@@ -120,9 +122,7 @@ S60Manager::S60Manager(QObject *parent)
(QLatin1String(ProjectExplorer::Constants::RUNMODE),
tr("Run in Emulator"), parent));
addAutoReleasedObject(new S60DeviceRunConfigurationFactory);
addAutoReleasedObject(new RunControlFactory<S60DeviceRunControl,
S60DeviceRunConfiguration>
(QLatin1String(ProjectExplorer::Constants::RUNMODE),
addAutoReleasedObject(new S60RunControlFactory(QLatin1String(ProjectExplorer::Constants::RUNMODE),
tr("Run on Device"), parent));
addAutoReleasedObject(new S60CreatePackageStepFactory);
addAutoReleasedObject(new S60DeployStepFactory);