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 [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
