Remove outdated Mobile App Wizard

Change-Id: Ifc5076021a7ef4f49e3dc9048d40becfa5080edd
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
hjk
2013-04-30 11:26:42 +02:00
parent c5c2407297
commit 5fc565153b
5 changed files with 0 additions and 219 deletions

View File

@@ -36,7 +36,6 @@
#include "qt4buildconfiguration.h"
#include "wizards/consoleappwizard.h"
#include "wizards/guiappwizard.h"
#include "wizards/mobileappwizard.h"
#include "wizards/librarywizard.h"
#include "wizards/testwizard.h"
#include "wizards/emptyprojectwizard.h"
@@ -130,7 +129,6 @@ bool Qt4ProjectManagerPlugin::initialize(const QStringList &arguments, QString *
addAutoReleasedObject(new SubdirsProjectWizard);
addAutoReleasedObject(new GuiAppWizard);
addAutoReleasedObject(new ConsoleAppWizard);
addAutoReleasedObject(new MobileAppWizard);
QtQuickAppWizard::createInstances(this); //creates several instances with different options
addAutoReleasedObject(new Html5AppWizard);
addAutoReleasedObject(new LibraryWizard);