QmlWizards: use QtQuick 1.0 instead of Qt 4.7

Reviewed-by: Kai Koehne
This commit is contained in:
Thomas Hartmann
2010-10-04 16:21:08 +02:00
parent d5596bf169
commit defb9881b1
3 changed files with 3 additions and 3 deletions

View File

@@ -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