Hi, I installed the QtCreator on windows 7, but I am having the following error during the compilation of the project:
Qt Code:
  1. Error while building project
  2. When executing build step 'Make'
  3. Could not find make command
To copy to clipboard, switch view to plain text mode 

I believe I have the compiler installed because I have the directory C:\Qt\qtcreator-2.0.1\mingw\bin
where the binaries like mingw32-g++ and mingw32-c++ are present.

However I was not able to set the path of the Qtcreator properly.
I have tried something in the "projects" session in the Qtcreator and also adding the directory above in the path environment variable, but both were unsuccessful

Some one could give a clue?
Many thanks