首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

施用静态链接到QT框架

2012-10-12 
使用静态链接到QT框架Qt很方便,一直用来写界面程序,但是麻烦的发布的软件太大,Qtgui和QtCore组件太大。因此

使用静态链接到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/

?

?

热点排行