Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
None
-
Qt Creator 10.0.0-beta1
-
None
-
30efb24d4 (dev)
Description
As the current way of opening "qrc:/" urls is to check for the same path in all the ResourceFileNode, it is not working with CMake projects as it does not create such nodes : https://codereview.qt-project.org/c/qt-creator/qt-creator/+/446236
Two options:
- Determine which files are resource nodes (based on qt_add_resource, qt_add_qml_module, others ( ? ) generated files) and show them in the Project tree (would be nice even without considering the current issue)
- Change the way of searching for those files when clicking a "qrc:/" url in a CMake project
Attachments
Issue Links
- resulted in
-
QTBUG-129329 QML Preview doesn't update properly
- Closed