Details
-
Bug
-
Resolution: Unresolved
-
P1: Critical
-
None
-
6.9.1
Description
The code model updater of QDS does not determine the qmldir for a QML file outside of the directory with the qmldir. That would open a 1:N relationship between a QML file and a module. So all files must be in the same directory as the qmldir file. This ensures a 1:1 relationship and removes the need for dependency tracking between qmldir files and QML files.
The module QtQuick.Dialogs.quickimpl is breaking that assumption.