Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.8.0 Alpha, 5.10.1
-
Windows 10, mingw, QtCreator
Description
With Qt5.8, there is a cache of compiled QML files, it's a great feature, but having the qmlc files in the same folder of our regular qml files can cause some troubles.
The first issue is that we simply risk to add qmlc files to our svn, and we prefer keep our resources folders tree clean.
The second one is that we scan our resources folders to do hot reloading of the GUI, and having files that are always changing make our application reloading the GUI in an infinite loop.
In my opinion qmlc fies should by saved in a temporary folder that is granted to be writable in all platforms.
Attachments
For Gerrit Dashboard: QTBUG-56150 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
232399,7 | Always generate QML cache files in the cache directory, never in sources | dev | qt/qtdeclarative | Status: MERGED | -2 | 0 |
233297,3 | Update cache file storage folder | dev | qt/qtdoc | Status: MERGED | +2 | 0 |