Skip to content

Attempt to fix FreeBSD Qt 5 QML plugin loading

The previous search path addition for Qt 6 on Windows also triggered on FreeBSD. There however we have a hybrid image with both Qt versions installed, resulting in one version now being unfairly disadvantaged, and that breaks some tests. Adding both versions should hopefully fix that, and should have no impact on the other platforms as we use separated images there.

Merge request reports