qml_qmlcache.qrc ? It keeps generating this file.
Unsolved
QML and Qt Quick
-
I am including a qml file like this:
RESOURCES += \ qml.qrc \
However in Windows running 5.12.2 and qt creator it keeps generating this qml_qmlcache.qrc. In linux I do not get get this same behavior. Why is it generating this file in Windows and not Linux. It also makes it hard to see what qml files it is including as the cache file shows up under resources and only has a png in there and does not include qml files.