Another generic, non-Qt-related way to tell nmake to use all the cores is to set environmental variable CL to /MP:
set CL=/MP
nmake
will use all the CPU cores.
Another generic, non-Qt-related way to tell nmake to use all the cores is to set environmental variable CL to /MP:
set CL=/MP
nmake
will use all the CPU cores.