After running qmake you have to run make.

qmake generates the build files, in this case a Makefile, another tool, in this case make, processes that to actually build the software.

Cheers,
_