Mark spaketh:

> I am fairly new to QML.
> I just did a simple Rectangle but QmlViewer says  "module "QtQuick" is  not
> installed on the line "import QtQuick 1.0".
>
> Isn't QtQuick module pretty basic?  I am on a macbook, is there anything I
> need to set in the environment?
>
>
For now, use "import Qt 4.7" at the top of the file (that's what I do).

Apparently "import QtQuick 1.0" is in the next dot release (e.g., 4.7.1).
So, if you're using 4.7.0, it might not be there.  (If you pulled-and-built
from gitorious, it might be there.)

--charley
_______________________________________________
Qt-qml mailing list
Qt-qml@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-qml

Reply via email to