forked from qt-creator/qt-creator
Combine multi qt quick app wizards into just one
Cleanup some stuff (mobile orientation page), drop import of qml from existing file Change-Id: I261f03b6f249129dfe732719fb683978cc90fb9e Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -126,7 +126,7 @@ bool QmakeProjectManagerPlugin::initialize(const QStringList &arguments, QString
|
||||
addAutoReleasedObject(new SubdirsProjectWizard);
|
||||
addAutoReleasedObject(new GuiAppWizard);
|
||||
addAutoReleasedObject(new ConsoleAppWizard);
|
||||
QtQuickAppWizard::createInstances(this); //creates several instances with different options
|
||||
addAutoReleasedObject(new QtQuickAppWizard);
|
||||
addAutoReleasedObject(new Html5AppWizard);
|
||||
addAutoReleasedObject(new LibraryWizard);
|
||||
addAutoReleasedObject(new TestWizard);
|
||||
|
||||
Reference in New Issue
Block a user