[Interest] Windows ARM parallel processing

Thiago Macieira thiago.macieira at intel.com
Thu Jul 31 20:53:19 CEST 2025


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5150 bytes
Desc: not available
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20250731/4a0f3e7d/attachment.bin>


More information about the Interest mailing list