Introduce symbian ovi publishing wizard

This commit is contained in:
Primrose Mbanefo
2011-01-21 15:37:05 +01:00
parent fe03946df9
commit 8d781af43b
21 changed files with 2132 additions and 18 deletions

View File

@@ -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()));