make is a utility that automatically builds executable programs and libraries from source code by reading files called Makefiles which specify how to derive the target program [1].
make in Qt Creator
In Qt Creator, the call to make can be changed in the projects' Build Settings. make is one of the Build Steps.
The default call to make is the following:
Example Qt Creator makefiles