1.已经安装了qt-opensource-windows-x86-msvc2010-5.2.1.exe与qt-vs-addin-1.2.2-opensource.exe
在VS2010的配置如下:
系统中的配置:
在用VS2010中(Visual Studio 命令提示 (2010),写入命令configure -debug-and-release -fast -static -platform win32-msvc2010
提示说configure不是内部命令,怎么样才能编译呢?谢谢大家
------解决方案--------------------
msvc2010版本的Qt怎么出来mingW 编译环境的路径???
msvc2010与mingW 都是开发环境
------解决方案--------------------
configure 在 QtBase\bin 下。 还有连个编译器 最好不要混用,否则会有莫名其妙的错误。
------解决方案--------------------
configure 一般都位于Qt的源码路径下,所以需要先切换至 Qt源码的路径。
即cd configure目录,再执行configure -debug-and-release -fast -static -platform win32-msvc2010