`
yaogangshi
  • 浏览: 73332 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
社区版块
存档分类
最新评论

使用静态链接到QT框架

 
阅读更多

Qt很方便,一直用来写界面程序,但是麻烦的发布的软件太大,Qtgui和QtCore组件太大。因此决定尝试一下静态链接。

 

最近打算将使用静态链接版的Qt,主要借鉴网上几篇文章

 

如何让编译出的框架尺寸变小。Building Qt Static (and Dynamic) and Making it Small with GCC, Microsoft Visual Studio, and the Intel Compiler http://www.formortals.com/build-qt-static-small-microsoft-intel-gcc-compiler/

 

为什么已经使用了configurate -static编译出的库需要msvc运行时库支持?Why does a statically built Qt use the dynamic Visual Studio runtime libraries ? Do I need to deploy those with my application ?

 

http://developer.qt.nokia.com/faq/answer/why_does_a_statically_built_qt_use_the_dynamic_visual_studio_runtime_librar

 

如何静态链接到Qt4 How to statically link Qt 4 http://www.formortals.com/how-to-statically-link-qt-4/

 

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics