标题:Qt5.7.0 mingw static release build下载
作者:realfan
日期:2016-06-18 07:28
内容:
http://pan.baidu.com/s/1qXDOh20
#1 [hbn0335 06-18 07:41]
VS2013动态5.7.0即将登场,x86编译好了,就等x86-64了。
#2 [galaxyz 06-18 10:27]
能不能把cofigure 的具体参数贴出来,这样可以看到编译了哪些模块?
#3 回 haobinnan 的帖子 [hbn0335 06-20 08:26]
haobinnan:VS2013动态5.7.0即将登场,x86编译好了,就等x86-64了。 (2016-06-18 07:41)
由于5.7.0有编译上的bug(64位无法编译通过),暂不提交编译结果了,等5.7.1再看。
#4 回 galaxyz 的帖子 [realfan 06-20 09:05]
galaxyz:能不能把 cofigure 的具体参数贴出来,这样可以看到编译了哪些模块? (2016-06-18 10:27)
configure -confirm-license -opensource -platform win32-g++ -release -static -ltcg -prefix "c:\QT\5.7.0-mingw32-rel-static" -qt-sql-sqlite -qt-sql-odbc -plugin-sql-sqlite -plugin-sql-odbc -qt-zlib -qt-libpng -qt-libjpeg -opengl desktop -no-qml-debug -nomake tests -nomake examples -no-compile-examples -target xp
#5 [haomarlin 06-20 13:16]
使用这个版本,加上qt += multimedia模块,最后需要依赖d3d9.dll,evr.dll,mf.dll,这些在xp里面都没有。