Qt issues

Tried to run a main.cpp with a qt creator 2.0.1 but the compile output was 'could not find make command: make in the build environment
Error while building project gui (target: Desktop) when executing build step 'Make' ' what could be possibly causing this error and how do I resolve it.
Maybe you only installed QT Creator, or didn't install MinGW/VS.
Go here, click "Show Downloads" and find the correct offline-installation package:
http://qt-project.org/downloads
Personally, I use the one labeled:
Qt 5.3.2 for Windows 32-bit (MinGW 4.8.2, OpenGL, 737 MB)

Easy note: If you want to use C++11 with QT Creator, in your Project file (.pro) add the line:
CONFIG += c++11
Topic archived. No new replies allowed.