Details
-
Suggestion
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.5.0
Description
Original title: QML module without plugin has prefer field in qmldir
QML module without a plugin leads to a runtime error since qmldir file gets prefer which points to non-existent path.
To reproduce, run attached project. It fails with:
qrc:/TestApp/main.qml:10:5: Type MyControl unavailable qrc:/MyQmlOnlyLib/MyControl.qml: No such file or directory