[Interest] Windows ARM parallel processing
Cristian Adam
cristian.adam at qt.io
Thu Jul 31 20:18:26 CEST 2025
On 31.07.25 19:02, Nuno Santos via Interest wrote:
> I’ve never configured jom.exe on Qt Creator. I’ve already used it to build qt from source but never explicitly configured Qt to use jom
>
> I will give it a go.
Jom doesn't ship a Windows arm64 binary, you will have to build it
yourself. See Index of /official_releases/jom
<https://download.qt.io/official_releases/jom/>
For best performance I recommend using native arm tools. ninja
<https://github.com/ninja-build/ninja/releases/>, cmake
<https://github.com/kitware/cmake/releases>.
Please do use the *Windows arm64 Qt SDK installer
<https://download.qt.io/official_releases/online_installers/qt-online-installer-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.
If you want to have an arm64 mingw toolchain, use llvm-mingw
<https://github.com/mstorsjo/llvm-mingw/releases>. You will have to
configure the toolchain manually and build Qt yourself, since windows
arm64 mingw is not supported by Qt SDK.
Cheers,
Cristian.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20250731/819564d8/attachment.htm>
More information about the Interest
mailing list