Hi.
Is there a way to pass the -j option to make from the .pro-file?
I've tried using QMAKE_CXXFLAGS, but I'm not sure if this is the way to go.
Hi.
Is there a way to pass the -j option to make from the .pro-file?
I've tried using QMAKE_CXXFLAGS, but I'm not sure if this is the way to go.
You can set an env variable (not a qmake variable!) called MAKEOPTS to -j
Thank you for your reply.
Will this work on windows as well?
Bookmarks