To compile application in release mode after executing
qmake -project
you can generate release make File executing
qmake -config release <project_file_name>
and finally compile application with
nmake
Category: How To ?