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

qt5.32静态编译(mingw4.82)

时间:2014-11-07 16:47:27      阅读:265      评论:0      收藏:0      [点我收藏+]

标签:des   style   blog   color   sp   文件   div   on   log   

在目录

C:\Qt\Qt5.3.2\5.3\Src\qtbase

下面执行

configure -confirm-license -opensource -prefix "E:\Qt\qt5.3.2_static_build" -debug-and-release -static -opengl desktop -nomake examples -nomake tests
mingw32-make
mingw32-make install

 

 

修改文件

E:\Qt\qt5.3.2_static_build\mkspecs\win32-g++\qmake.conf

找到

QMAKE_LFLAGS =

改成

QMAKE_LFLAGS            = -static -static-libgcc

 

qt5.32静态编译(mingw4.82)

标签:des   style   blog   color   sp   文件   div   on   log   

原文地址:http://www.cnblogs.com/firadio/p/4081563.html

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