If you want debugging information. add CONFIG += qt debug.
to use the plain, old make, you'll have to qmake -o Makefile mainwindows.pro ( sorry about before, -o is not for log ).
After this you can use make. As I said, a .pro file is not the same with a makefile( different syntax for start ).