On 12/12/12 07:28, André Pönitz wrote: > What about something like > > import QtQml from Qt 5.0 > import QtQuick from Qt 5.0
+1 All the benefits of "a group of QML modules attached to a single Qt release" without the performance problem of pulling them all in. Then "Qt 5.0" is just some meta-thing (possibly just a qmldir file) that lists the modules/versions it contains. We could still allow "import Qt 5.0" but maybe not, due to the performance problem (and a desire to avoid performance problems by default). -- Link _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
