Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
5.12.0, 5.13.0
-
None
-
-
24189b5f0935914a979b7e9d3786bec8f9f019bc
Description
It seems like those tools use use `QLibraryInfo::location(QLibraryInfo::Qml2ImportsPath)` in order to figure out where the QML import paths are. However, that is not correct in environments with modularized Qt installations. This is particularly true in Nix: https://github.com/NixOS/nixpkgs/issues/63093