Hi People,
I have Windows 7, QtCreator 2.6.1 and Qt framework 5.0.0
I make a project, select the project type: “Qt Quick 2 Application (Built-in Elements)” and next next … etc.
If I open the main.qml file in text editor (duoble click on file name), I can edit and compile the file, but if I would like switch to design, I get an error message on the center of screen:
“Unsupported QtQuick version(0:0)”.
If I edit the first line in main.qml: “import QtQuick 2.0” -> “import QtQuick 1.1” then it works. Not properly, but works…
Can you help me to solve the problem? I don’t install some packages, or I have to download some extra package?
Regards,
Norbert
↧