forked from qt-creator/qt-creator
Introduce symbian ovi publishing wizard
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
#include "s60runcontrolfactory.h"
|
||||
|
||||
#include "qt4symbiantargetfactory.h"
|
||||
#include "s60publishingwizardfactories.h"
|
||||
|
||||
#include "gccetoolchain.h"
|
||||
#include "rvcttoolchain.h"
|
||||
@@ -134,6 +135,8 @@ S60Manager::S60Manager(QObject *parent)
|
||||
addAutoReleasedObject(new S60DeviceDebugRunControlFactory);
|
||||
addAutoReleasedObject(new Qt4SymbianTargetFactory);
|
||||
|
||||
addAutoReleasedObject(new S60PublishingWizardFactoryOvi);
|
||||
|
||||
updateQtVersions();
|
||||
connect(m_devices, SIGNAL(qtVersionsChanged()),
|
||||
this, SLOT(updateQtVersions()));
|
||||
|
||||
Reference in New Issue
Block a user