forked from qt-creator/qt-creator
QmlWizards: use QtQuick 1.0 instead of Qt 4.7
Reviewed-by: Kai Koehne
This commit is contained in:
@@ -114,7 +114,7 @@ Core::GeneratedFiles QmlProjectApplicationWizard::generateFiles(const QWizard *w
|
||||
QTextStream out(&contents);
|
||||
|
||||
out
|
||||
<< "import Qt 4.7" << endl
|
||||
<< "import QtQuick 1.0" << endl
|
||||
<< endl
|
||||
<< "Rectangle {" << endl
|
||||
<< " width: 200" << endl
|
||||
|
||||
Reference in New Issue
Block a user