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
_______________________________________________
Qt-qml mailing list
Qt-qml@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-qml

Reply via email to