The other day I was building 2 different Qt projects – Qt4.6.3 and Qt4.7.0 using the same mingw.while doing so,the 4.6.3 one started giving build error such that make was being pointed to a wrong make file.when I checked the project view in qtcreator,the build settings was not pointing to mingw-make32.I tried correcting it but no go.
Solution: Used separate mingw directory for the 2 projects.Next I closed and reopened the QtCreator for the project giving error. Verified the build settings in Project view…all’s well,it’s mingw-make32.exe.It was happily building.
Advertisement




Leave a comment
Comments feed for this article