You can use jom then: https://wiki.qt.io/Jom

Though that should be the default for Qt Creator . Check whether 
https://doc.qt.io/qtcreator/creator-build-process-customizing.html#use-jom  is 
enabled.

Kai

Von: Interest <interest-boun...@qt-project.org> im Auftrag von Nuno Santos via 
Interest <interest@qt-project.org>
Datum: Donnerstag, 31. Juli 2025 um 18:16
An: Macieira, Thiago <thiago.macie...@intel.com>
Cc: interest@qt-project.org <interest@qt-project.org>
Betreff: Re: [Interest] Windows ARM parallel processing

Thiago,

I’m using nmake. It was the default behaviour of the msvc kit.

Will I need to stick to nmake while using still using qmake?

In intel nmake does since to take advantage of parallel processing. What’s the 
difference on arm?

Thank you!

Best,
--
Nuno Santos

> No dia 31/07/2025, às 17:06, Thiago Macieira <thiago.macie...@intel.com> 
> escreveu:
>
> On Thursday, 31 July 2025 08:58:25 Pacific Daylight Time Nuno Santos via
> Interest wrote:
>> I’m talking about building a project in Qt Creator.
>>
>> I  will go through the process of building from the source soon.
>
> What buildsystem are you using? If using CMake, are you using the Ninja
> generator?
>
> Ninja defaults to using all cores of your system. If it isn't doing that,
> complain upstream.
>
> If you're using GNU Make, I suggest setting MAKEFLAGS=-j<whatever> in your
> build environment. I think Qt Creator has a global setting for that.
>
> If you're using MS's NMake, consider upgrading to something better.
>
> --
> Thiago Macieira - thiago.macieira (AT) intel.com
>  Principal Engineer - Intel Platform & System Engineering
> _______________________________________________
> Interest mailing list
> Interest@qt-project.org
> https://lists.qt-project.org/listinfo/interest
_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


Confidential
_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to