The change to "import QtQuick 1.0" has been implemented and is currently sitting in a staging area while it is thoroughly tested. We'd like to invite QML developers to test these changes with their own applications before we push this into Qt 4.7.1.
You can get it from the qt staging repo in the qml/qtquick10 branch, e.g.: git clone git://gitorious.org/+qt-developers/qt/staging.git qt/staging cd qt/staging git checkout -b qml/qtquick10 origin/qml/qtquick10 Your applications should work exactly as they did before this change. For extra credit change "import Qt 4.7" to "import QtQuick 1.0" in your QML code and confirm that it also works as before. -- Martin _______________________________________________ Qt-qml mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-qml
