Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
qmake
qmake helps to create makefiles for Qt Creator projects
The example below shows how to build different versions (that is: debug and release) versions of a single version. Note: the code layout does matter.
#------------------------------------------------- |
I know it sounds stupid, but under Windows, when you want to build a release version, you must explictly add:
CONFIG += debug |
For an overview of all qmake variables, go to the page about qmake variables.
To view where to put qmake arguments, go to the page about qmake arguments.
For an overview of all qmake mkspecs, go to the page about qmake mkspecs.
The qmake source code can be downloaded from the Qt gitorous repository, in the folder '/qmake'.
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.