[Qt-qml] QtQuick not installed
Charley Bay
charleyb123 at gmail.com
Tue Nov 9 04:18:45 CET 2010
Mark spaketh:
> thanks for all responses. Same error...Attached is my simple qml. What
> did I do wrong?
>
>
Instead of your line:
import QtQuick 4.7 // NO
...use this line:
import Qt 4.7 // YES
(Later, after the next QtCreator release, you'll change it to):
import QtQuick 1.0 // LATER
Good luck!
--charley
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt.nokia.com/pipermail/qt-qml/attachments/20101108/7687b095/attachment.html
More information about the Qt-qml
mailing list