forked from qt-creator/qt-creator
Using import Qt 4.7 (again)
We have to support the N900 Reviewed-by: dt
This commit is contained in:
@@ -114,7 +114,7 @@ Core::GeneratedFiles QmlProjectApplicationWizard::generateFiles(const QWizard *w
|
||||
QTextStream out(&contents);
|
||||
|
||||
out
|
||||
<< "import QtQuick 1.0" << endl
|
||||
<< "import Qt 4.7" << endl
|
||||
<< endl
|
||||
<< "Rectangle {" << endl
|
||||
<< " width: 200" << endl
|
||||
|
||||
Reference in New Issue
Block a user