Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P3: Somewhat important
-
Resolution: Fixed
-
Affects Version/s: 5.12.0, 5.13.0
-
Fix Version/s: 5.13.0
-
Component/s: Build tools: macdeployqt
-
Labels:None
-
Platform/s:
-
Commits: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