On Thursday, 31 July 2025 11:18:26 Pacific Daylight Time Cristian Adam via Interest wrote: > Please do use the *Windows arm64 Qt SDK installer > <https://download.qt.io/official_releases/online_installers/qt-online-instal > ler-windows-arm64-online.exe>*. This will install the native arm64 version > of Qt, Qt Creator, ninja, and cmake. > > You will have to install Visual Studio 2022, since that's the first > version that has native arm64 compilers.
Visual Studio comes with cmake and ninja these days and sets them up in the environment when you run vcvarsall.bat. $ which cmake ninja /c/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/Common7/IDE/ CommonExtensions/Microsoft/CMake/CMake/bin/cmake /c/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/Common7/IDE/ CommonExtensions/Microsoft/CMake/Ninja/ninja Likewise, your typical MinGW build environment will have them too. That means Qt Creator does not need to install them. -- Thiago Macieira - thiago.macieira (AT) intel.com Principal Engineer - Intel Platform & System Engineering
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest