[Development] Convenience Imports in QML

Lincoln Ramsay a1291762 at gmail.com
Wed Dec 12 01:33:06 CET 2012


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




More information about the Development mailing list