Go back to Richel Bilderbeek's homepage.

Go back to Richel Bilderbeek's C++ page.

 

 

 

 

 

(C++) make

 

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:

 

make -w in /MyFolder-build-desktop

 

 

 

 

 

Example Qt Creator makefiles

 

 

 

 

 

 

References

 

 

 

 

 

 

Go back to Richel Bilderbeek's C++ page.

Go back to Richel Bilderbeek's homepage.

 

Valid XHTML 1.0 Strict