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

Attachment: smime.p7s
Description: S/MIME cryptographic signature

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

Reply via email to