You can now use qmake to generate a Makefile for your application. On the command line, in your project's directory, type the following:
qmake -o Makefile hello.pro
Here's my question:
qmake.exe and the project's directory are generally not in the same place, so if I type "qmake" in the project's directory it says "qmake is not a recognized command".
I don't know very much about the DOS command line. How can I make this work?