My project is managed by CMake and I use QtCreator as a main IDE.
I want to make QtCreator run make -j number_here
command when it launches a build task to speed it up, but I am unable to find a corresponding configuration in QtCreator's project settings UI. I became somewhat lost in all it's settings.
Should I modify CMakeLists.txt
file somehow or is it configurable from the QtCreator's UI?