Skip to content

Only build ARM 64 dependencies for Android/Qt6

Qt6 doesn't support multi-arch builds anymore, so we already only have an ARM64 Qt in here, the ARM32 dependencies are unused and unusable. Worse, they are added first in the search paths, which breaks the build. With Qt5 this only works as we default to ARM32 there.

Merge request reports