Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.7.2
-
None
-
0c24f5e3f (dev), 06dfe788d (6.9), c431643f7 (6.8), 97e6a37af (tqtc/lts-6.5)
Description
When adding a JS library file via qt_add_qml_module()'s QML_FILES it can result in a cylic dependency when the JS library imports the qml module it is part of.
See attached reproducer. When adding the JS library file via RESSOURCES everything works fine but qmllint now does not know the types definded in JS.