mozilla-vpn-client
mozilla-vpn-client copied to clipboard
try to fix qml imports
Description
i do think setting the policy to OLD broke things, my bad 🙏 .
qt_policy(SET QTP0001 NEW)
-> So let's keep it at new and backport the changes of this policy to 6.2.4
->Set the resource prefix /qt/qml
, it's the default value after 6.5
-> Add /qt/qml
to the path by default.
This seems to fix everything on Windows (6.2.4/6.6.0) tested.
We should undo the NO_PLUGIN_OPTIONAL thing I did before if this is the fix.
This works for me on Android for 6.6. Thanks!
Works for my MacOS machine (tested both Qt 6.2.4 and Qt 6.6.3).