mozilla-mobile / mozilla-vpn-client

A fast, secure and easy to use VPN. Built by the makers of Firefox.
https://vpn.mozilla.org
Other
428 stars 102 forks source link

try to fix qml imports #9561

Closed strseb closed 2 weeks ago

strseb commented 2 weeks ago

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.

brizental commented 2 weeks ago

We should undo the NO_PLUGIN_OPTIONAL thing I did before if this is the fix.

mcleinman commented 2 weeks ago

This works for me on Android for 6.6. Thanks!

oskirby commented 2 weeks ago

Works for my MacOS machine (tested both Qt 6.2.4 and Qt 6.6.3).