Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
6.7
-
None
Description
Hi, I have already created a post in the qt forum ] and on [StackO|https://stackoverflow.com/questions/79089532/import-of-module-in-javascript-does-not-respect-qmldir-prefer] about my issue.
Basically, when importing a QML module from within a javascript resource, the `prefer ./local/path/` of the `qmldir` file is not respected.
That leads to having to rebuild the entire application every time the imported module is modified.
I have created a minimal reproducible example on [GitHub | https://github.com/skaldesh/qml-import-test]