forked from qt-creator/qt-creator
QtQuick 2 Application Wizard
This patch adds a new variant of the good old ugly QmlApplicationViewer wizard. The new one is QQuickView based, and thus targets QtQuick2 Change-Id: I049223f644029e75bd15120b003c0ce4907a547a Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com> Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
This commit is contained in:
@@ -265,7 +265,9 @@ ProjectExplorer::Project *Qt4Manager::openProject(const QString &fileName, QStri
|
||||
}
|
||||
}
|
||||
|
||||
const QtQuickApp qtQuickApp;
|
||||
QtQuickApp qtQuickApp;
|
||||
updateBoilerPlateCodeFiles(&qtQuickApp, canonicalFilePath);
|
||||
qtQuickApp.setComponentSet(QtQuickApp::QtQuick20Components);
|
||||
updateBoilerPlateCodeFiles(&qtQuickApp, canonicalFilePath);
|
||||
const Html5App html5App;
|
||||
updateBoilerPlateCodeFiles(&html5App, canonicalFilePath);
|
||||
|
||||
Reference in New Issue
Block a user