mozilla-vpn-client icon indicating copy to clipboard operation
mozilla-vpn-client copied to clipboard

try to fix qml imports

Open strseb opened this issue 9 months ago • 3 comments

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.

strseb avatar May 14 '24 13:05 strseb

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

brizental avatar May 14 '24 13:05 brizental

This works for me on Android for 6.6. Thanks!

mcleinman avatar May 14 '24 20:05 mcleinman

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

oskirby avatar May 14 '24 23:05 oskirby