码迷,mamicode.com
首页 > 其他好文 > 详细

从源代码编译Qt过程摘录

时间:2019-05-26 19:44:57      阅读:134      评论:0      收藏:0      [点我收藏+]

标签:ref   jpeg   nec   uil   编译   win32   tar   targe   conf   

1. 下载源代码

地址:https://mirrors.tuna.tsinghua.edu.cn/qt/archive/qt/5.6/5.6.3/single/qt-everywhere-opensource-src-5.6.3.tar.xz

2. 配置编译指令

configure -confirm-license -opensource -platform win32-g++ -release -shared -skip qtconnectivity -opengl dynamic -prefix "./build" -system-sqlite -qt-pcre -qt-zlib -qt-libpng -qt-libjpeg -opengl desktop -qt-freetype -nomake tests -no-compile-examples -nomake examples

3. 编译需要用到的库

配置定义中有 " -opengl dynamic ",在安装过程中可能需要用到DirectX SDK,请到MicroSoft网站下载

4. 其它遇到的问题(MingW环境下)

sprintf_s Error ==> snprintf 

floor(...) Not declared ==> #include <math.h>

从源代码编译Qt过程摘录

标签:ref   jpeg   nec   uil   编译   win32   tar   targe   conf   

原文地址:https://www.cnblogs.com/zbnbu/p/10914935.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!