Quote Originally Posted by dKoder View Post
qmake generates a Makefile.Debug and a Makefile.Release file but no executable.
Now you should run make (MinGW calls it mingw32-make) to compile your application. qmake is only a tool that generates makefiles.