Re: Installing qml caches

2018-06-03 Thread Aleix Pol
On Fri, Jun 1, 2018 at 1:10 PM, Alexander Volkov wrote: > Hi all, > > It would be nice to install .qmlc files in addition to .qml files to reduce > start-up time of applications. > They are generated with qmlcachegen. For Qt 5.11: > qmlcachegen -o example.qmlc qxample.qml > > Currently qml files a

Installing qml caches

2018-06-03 Thread Alexander Volkov
Hi all, It would be nice to install .qmlc files in addition to .qml files to reduce start-up time of applications. They are generated with qmlcachegen. For Qt 5.11: qmlcachegen -o example.qmlc qxample.qml Currently qml files are usually installed the following way: install(DIRECTORY qml/ DESTI