标题:QT5静态编译
作者:dengsu
日期:2015-03-19 13:12
内容:
有没有人能帮忙看下,我用QT5.2.1 与VS2012静态编译为什么编译没有完成就报UIC.exe 的错误,停止编译。
configure -confirm-license -opensource -prefix "C:\Qt\Qt5.2.1-mingw32" -debug-and-release -static -platform win32-g++ -opengl desktop -no-angle -nomake examples -nomake tests -skip qtwebkit
#1 [realfan 03-19 14:29]
配置错了
-platform win32-g++
这个是g++编译的
VS2012应该是 -platform win32-msvc2012