[Interest] qmake: questions regarding huge projects

Mandeep Sandhu mandeepsandhu.chd at gmail.com
Fri Apr 19 13:17:39 CEST 2013


qmake takes care of this (I think), i.e it'll find out the number of cores
and supply the relevant number to make's "-j" option.

>
> No, qmake does not take care of this as qmake is not a buildsystem itself
> (rather a buildsystem generator, it generates Makefiles, VS files etc.).
> But of course a user can run make -j3 himself. make does not have any
> support for automatic parallel build based on the number of cores.
>

Yes, you're right. I guess one has to figure this out outside the build
system. You can probably pass the number of jobs to run via the MAKEFLAGS
variable.

HTH,
-mandeep


>
> Andreas
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20130419/924dc12d/attachment.html>


More information about the Interest mailing list