Details
-
Suggestion
-
Resolution: Fixed
-
Not Evaluated
-
QDS 4.6.0
-
None
-
-
86afae33d (qds/dev)
-
QDS Berlin - 2024 Week 43/44, QDS Berlin - 2024 Week 45/46
Description
<Issue>
It seems to me that CMake Generator only runs when the root level .qmlproject file is edited, which means it doesn't run when a user edited a qmldir in a subdirectory.
The use case I've just experienced is when I changed a QML component into singleton by modifying the qmldir in the subdirectory, the CMake didn't get updated, therefore, even thought the app ran on QDS, it didn't on Qt Creator.
<Suggestion>
Edit in qmldir should trigger the CMake Generator