Skip to content

ci: Rebuild Qt 6.3.0 windows-arm64 dependency with LLVM/Clang

Brad King requested to merge brad.king/cmake:ci-rel-win-arm64 into master

In !7360 (merged) we built the Qt binaries using the MSVC 14.32 toolset targeting arm64. However, the cmake-gui built with them does not start, perhaps due to a bug in MSVC's ARM64 support. Run the Utilities/Release/win/qtbase-6.3.0-win-msvc.cmake script for i386 and x86_64. Run it for arm64 with the clang-cl argument.

Revise and simplify the script from !7360 (merged). For cmake-gui we only need QtBase. Also, convert to a .cmake script.

Issue: #21902 (closed)
Backport: release

Merge request reports