PDA

View Full Version : Error while building project



kapitanluffy
8th February 2011, 19:52
Error while building project test (target: Qt Simulator)
When executing build step 'Make'
Could not find make command: mingw32-make.exe in the build environment
Error while building project test (target: Qt Simulator)
When executing build step 'Make'

i always hate errors generated from this Qt Creator.. it gets me nowhere imo :|
any help? it was working a while ago

stampede
9th February 2011, 12:33
Could not find make command: mingw32-make.exe in the build environment
Make sure you have the directory containing "mingw32-make.exe" in your PATH.
Open console, type "echo %PATH%", should contain line "C:\MinGW\bin" ( or another path where you have make.exe ).
Maybe you've changed / renamed directory with MinGW binaries ?