Re: [Interest] Windows ARM parallel processing

2025-08-01 Thread Kai Köhne via Interest
um 18:16 An: Macieira, Thiago Cc: 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

Re: [Interest] Windows ARM parallel processing

2025-07-31 Thread Thiago Macieira
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 > ler-windows-arm64-online.exe>*. This will install the native arm64 version

Re: [Interest] Windows ARM parallel processing

2025-07-31 Thread Cristian Adam via Interest
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 In

Re: [Interest] Windows ARM parallel processing

2025-07-31 Thread Nuno Santos via Interest
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. Thanks! > On 31 Jul 2025, at 17:33, Thiago Macieira wrote: > > On Thursday, 31 July 2025 09:13:57 Pacific Daylight Time Nuno Santos via

Re: [Interest] Windows ARM parallel processing

2025-07-31 Thread Thiago Macieira
On Thursday, 31 July 2025 09:13:57 Pacific Daylight Time Nuno Santos via Interest wrote: > 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? You can use jom. See https://wiki.qt.io/Jom > In intel nmake does since to t

Re: [Interest] Windows ARM parallel processing

2025-07-31 Thread Dennis Luehring via Interest
Am 31.07.2025 um 18:13 schrieb Nuno Santos via Interest: I’m using nmake. It was the default behaviour of the msvc kit. please give a complete list of how you build Qt - your full command line(s) ___ Interest mailing list Interest@qt-project.org ht

Re: [Interest] Windows ARM parallel processing

2025-07-31 Thread Nuno Santos via Interest
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,

Re: [Interest] Windows ARM parallel processing

2025-07-31 Thread Thiago Macieira
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?

Re: [Interest] Windows ARM parallel processing

2025-07-31 Thread Nuno Santos via Interest
Dennis, Thanks for your reply. Maybe I haven’t been specific enough. I’m talking about building a project in Qt Creator. I will go through the process of building from the source soon. Best, -- Nuno Santos > No dia 31/07/2025, às 16:44, Dennis Luehring via Interest > escreveu: > >  > Am

Re: [Interest] Windows ARM parallel processing

2025-07-31 Thread Dennis Luehring via Interest
Am 31.07.2025 um 17:16 schrieb Nuno Santos via Interest: How to turn parallel processing? there is a --parallel flag, see: https://wiki.qt.io/Building_Qt_6_from_Git___ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinf

[Interest] Windows ARM parallel processing

2025-07-31 Thread Nuno Santos via Interest
Hi, Giving my first steps with Qt + Windows ARM. It seems like compilation happens in single thread. A 8 core processor is only using 15% of the available CPU. How to turn parallel processing? Thank you! Best, Nuno ___ Interest mailing list Interes