qmake, the make-file generator of the QT toolchain

If you want to compile a QT program, than you usually type:

qmake
make
sudo make install

This is easy.

The program "qmake" is doing two things:

After this step, the "Makefile" can be interpreted by the make program.

The make program calls the compiler and the linker.


Back to FrontPage

KielTech: qmake (last edited 2011-11-08 22:26:03 by UweFechner)