Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 3.5.0-rc1
-
Windows 7 64 bit
Description
- Make sure that you don't have a path to mingw32-make.exe in your PATH environment variable.
- Open a project and configure it to use a Qt version built with MinGW.
- Try to build the project.
Building fails because Creator can't find mingw32-make. - Go to Projects mode.
In "Build Steps" and "Clean Steps" you can read "mingw32-make not found in the environment". - In "Build Environment", add the path to mingw32-make.exe to your PATH environment variable.
In "Build Steps" and "Clean Steps" you can still read "mingw32-make not found in the environment". - Try to build the project.
The project can be built so mingw32-make must have been found. - Close and reopen the project.
- Go to Projects mode.
In "Build Steps" and "Clean Steps" you can now read the actual path to mingw32-make.exe.
These labels should be updated when the environment changes.