Skip to content

Use QT_HOST_BINS to find host binaries

When cross-compiling QT_INSTALL_BINS contains binaries for the target system that can't be used during the build. Instead usee QT_HOST_BINS which contains the Qt build tools for the current system.

I noticed that I need the QtWaylandScanner change when I tried to build KWayland for FreeBSD and CheriBSD.

Merge request reports