Details
Description
I have a number of QML files added to "Resource.qrc". Whenever those files change - Visual Studio does not detect it and the project is not recompiled. Adding the files to "Additional Dependencies" field of "Qt Resource Compiler" settings does not "solve" the issue (which was a pretty nasty hack in itself).
Manually right-clicking the QRC file and selecting "Compile" also has no effect.
This is a major problem because at the moment we are forced to manually recompile the entire project on every little QML change - which takes about 10 minutes to complete as we have megabytes of code...
Please ensure that changes to files added to QRC file are detected by Visual Studio.
Attachments
Issue Links
- replaces
-
QTVSADDINBUG-130 Resources are not always compiled if resource file is modified
- Closed