我先安装了vs2005 + Qt4.6.3 +Qt vs addin ,环境变量都配置好,编译好,可以正常开发Qt的程序
但是最近觉得Qt Creator不错,就装了一个2.0版本的(40+M),安装好以后不知道怎么配置了,写完代码一run,就出现下面错误:
Could not find make command: make in the build environment
Error while building project hello (target: Desktop)
When executing build step 'Make'
可是之前我的环境变量已经配置完了啊,在vs2005下也可以正常开发,请问还需要什么别的配置么?