Do the following:
Open the Qt 4.3.0 console
Unset the INCLUDE and LIB environment variables, i.e.
"set lib = "
"set include = "
Do "del /s qconfig.h"
configure -debug_and_release (应该是-debug-and-release吧)
mingw32-make
I've followed this procedure and it appears to compile okay
其实暂时把lib和include环境变量变为空(要先备份哦),最好还是系统注销了再做下面的,接着configure,编译,然后把环境变量在恢复回来。方法有点狠,但是很有效,目的只有一个,不让qt4找vc或者vs的include 呵呵