刚使用VC编译过了QT4.7,具体步骤如下:
1.下载QT源码压缩包:
http://download.qt.nokia.com/qt/source/qt-everywhere-opensource-src-4.7.4.zip
2.解压压缩包到D盘下
3.添加系统变量PATH=D:\qt-everywhere-opensource-src-4.7.4\bin
QTDIR=D:\qt-everywhere-opensource-src-4.7.4
4.cmd进入vc目录执行vcvars32.bat
5.进入QT目录执行configure
6.输入o选择开源项目
7.配置完成后执行nmake进行编译