Qt5.5.0 vs2013 64位编译

来源:互联网 发布:大大网络用语什么意思 编辑:程序博客网 时间:2024/05/18 22:43

如题,需要在vs201364位下进行Qt5.5.0的编译工作。参考网上的方法,自己简单整理了下,在此感谢作者phil2036。


1、

http://blog.csdn.net/phil2036/article/details/20409535


a.Perl环境的配置
https://www.perl.org/get.html#win32


b.Python环境的配置
http://www.newasp.net/soft/63733.html

(此处选择其他下载地址,直接下载30多m的文件,如果选择高速下载会下载链接,在线安装时会卡住)


2、
http://www.cnblogs.com/justin_s/archive/2011/11/02/2233522.html
vs 编译 Qt 源代码
可以参考


3、
http://blog.csdn.net/chenyong19870904/article/details/6712409
qt中configure参数配置说明


4、使用的命令参数
configure -mp -platform win32-msvc2013 -opensource -prefix %cd%\qtbase -developer-build -opengl desktop -nomake tests -nomake examples -qt-zlib -qt-libpng -qt-libjpeg  


5、nmake时出现错误,修改文件编码为Unicode,在ue中打开
V:\Thirdparty\Qt\Qt5.5.0\qtbase\src\3rdparty\harfbuzz\src\harfbuzz-thai.c
V:\Thirdparty\Qt\Qt5.5.0\qtbase\src\corelib\tools\qunicodetools.cpp

0 0
原创粉丝点击