Hello.
I started reading a book on Qt 4 , and ran into a problem at the compilation stage, nothing works at all, namely:
0) I clog the code from the example in Qt Creator , save it in D: \ ... \ Hello , close Qt Creator .
1) Run MinGW - A command line opens with settings under Qt .
2) I prescribe the path to. Срр - Path D: \ ... \ Hello
3) I am writing - qmake -project - this is where the message "qmake is not an internal or external command, an executable program or a batch file" appears
Strange, if you don’t change the default path that leads to System32 and deeper, then qmake works, but it’s not clear what files it works there, but not the essence.
Book: Qt4: C ++ GUI Programming
Authors: Jasmine Blanchet and Mark Summerfield.
Ps. If you go through point 2 and set Hello.cpp, then this .cpp ' file runs in Qt Creator , that is, the console sees it and goes to the correct directory.
Question: How is it all right to compile in MinGW ?