[Qt-creator] Add -j N option to make

Cristian Adam cristian.adam at gmail.com
Sat Jul 11 19:35:47 CEST 2015


Hello,

Have you tried CMake and ninja?

Ninja automatically uses more cores by default and if nothing changed in
the project it immediately tells you that.

I don't see any reason to use make anymore :)

Cheers,
Cristian.
 On Jul 11, 2015 13:41, "Alexandre LAURENT" <pro.laurent.alexandre at gmail.com>
wrote:

> Hello,
>
> I am using Qt Creator from a project using CMake to compile it. When I do
> compile, Qt Creator will simply start the command /usr/bin/make, and the
> compilation will happen.
> But, my project is a bit slow to compile and I have a multicore CPU. I
> would like to add the option "-j N" when Qt Creator is calling
> /usr/bin/make.
>
> How can I add this option in Qt Creator to use the power of my machine ?
>
> Best regards,
>
> _______________________________________________
> Qt-creator mailing list
> Qt-creator at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/qt-creator
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qt-creator/attachments/20150711/988ca889/attachment.html>


More information about the Qt-creator mailing list