免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1403 | 回复: 0
打印 上一主题 下一主题

网友已编译好的Qt开源版下载(含Debug库) [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2009-06-06 03:23 |只看该作者 |倒序浏览
本帖为大家提供网友已编译好的Qt开源版下载(含Debug库),如果哪位网友能提供Qt开源版某个平台下某个编译器的configure通用配置的含Debug库的已编译好的所有文件(除examples、demos及doc目录,及src下将临时文件已删除),请发信给我
XChinux@163.com
以获取文件上传方式信息。
注:文件压缩格式推荐使用各自平台下最通用的格式,比如Win下用zip格式压缩、Linux下用tar.gz格式压缩。
[XChinux提供] Qt 4.5.0 OpenSource Static Release版for WinXP SP3 + MinGW下载
Quote:
http://www.qtcn.org/download/qt-win-opensource-4.5.0-mingw-static-release-min.zip
(110M)
configure -release -static -fast -plugin-sql-sqlite -platform win32-g++ -no-qt3support -qt-zlib -qt-gif -qt-libpng -qt-libmng -qt-libtiff -qt-libjpeg -no-openssl -phonon -no-phonon-backend -webkit
安装说明见压缩包内的ReadMe.txt
只编译了库(包括rcc、moc等),并没有编译tools,比如linguist、assistant、designer、xmlpatterns等内容
[XChinux提供] Qt 4.5.0 OpenSource Release版for WinXP SP3 + MSVC2008 Express下载
Quote:
http://www.qtcn.org/download/qt-win-opensource-4.5.0-msvc2008-release-min.zip
(282M)
configure -release -fast -plugin-sql-sqlite -plugin-sql-odbc -platform win32-msvc2008 -qt-zlib -qt-gif -qt-libpng -qt-libmng -qt-libtiff -qt-libjpeg -openssl -phonon -webkit -I C:/Ice-3.3.0-ThirdParty-VC90/include -L C:/Ice-3.3.0-ThirdParty-VC90/lib
安装说明见压缩包内的ReadMe.txt
编译时用到的其它第三方软件列表:
Ice-3.3.0-ThirdParty-VC90
, 使用到了其中的OpenSSL 0.9.8g
MySQL 5.0
,用来编译QtSql的MySQL插件
由于硬盘分区空间不够,只编译了Release版,编译完后占用空间5G,去除完中间文件后,大概有1G左右
[roc496提供] Qt 4.5.0 beta1 OpenSource for Win + MSVC2005下载
Quote:
http://www.qtcn.org/download/qt-win-opensource-4.5.0beta1-msvc2008.zip
(147M)
configure -debug-and-release -plugin-sql-sqlite -plugin-sql-odbc -platform win32-msvc2005 -qt-zlib -qt-gif -qt-libpng -qt-libmng -qt-libtiff -qt-libjpeg -phonon -webkit
产生路径
C:\Usr\Qt\msvc4.5.0-beta1\
email :
roc496@163.com
[eralvc提供] Qt 4.4.3 OpenSource for WinXP SP2 + MSVC6.0下载
Quote:
http://www.qtcn.org/download/qt-win-opensource-4.4.3-vc60-min.zip
(77M)
configure -debug-and-release
[XChinux提供] Qt 4.4.3 OpenSource for WinXP SP2 + MSVC2008 Express下载
Quote:
http://www.qtcn.org/download/qt-win-opensource-4.4.3-msvc2008-min.zip
(204M)
configure -debug-and-release -plugin-sql-sqlite -plugin-sql-odbc -platform win32-msvc2008 -qt-zlib -qt-gif -qt-libpng -qt-libmng -qt-libtiff -qt-libjpeg -openssl -phonon -webkit -I C:/Ice-3.3.0-ThirdParty-VC90/include -L C:/Ice-3.3.0-ThirdParty-VC90/lib
安装说明见压缩包内的ReadMe.txt
编译时用到的其它第三方软件列表:
Ice-3.3.0-ThirdParty-VC90
, 使用到了其中的OpenSSL 0.9.8g
MySQL 5.0
,用来编译QtSql的MySQL插件
PostgreSQL 8.3.3
,用来编译QtSql的PSQL插件
InterBase 2007 Developer for Windows
,用来编译QtSql的iBase插件
[XChinux提供] Qt 4.4.2 OpenSource for WinXP SP2 + MSVC2008 Express下载
Quote:
http://www.qtcn.org/download/qt-win-opensource-4.4.2-msvc2008-min.zip
(204M)
configure -debug-and-release -plugin-sql-sqlite -plugin-sql-odbc -platform win32-msvc2008 -qt-zlib -qt-gif -qt-libpng -qt-libmng -qt-libtiff -qt-libjpeg -openssl -phonon -webkit -I C:/Ice-3.3.0-ThirdParty-VC90/include -L C:/Ice-3.3.0-ThirdParty-VC90/lib
安装说明见压缩包内的ReadMe.txt
编译时用到的其它第三方软件列表:
Ice-3.3.0-ThirdParty-VC90
, 使用到了其中的OpenSSL 0.9.8g
MySQL 5.0
,用来编译QtSql的MySQL插件
PostgreSQL 8.3.3
,用来编译QtSql的PSQL插件
InterBase 2007 Developer for Windows
,用来编译QtSql的iBase插件
[XChinux提供] Qt 4.4.1 OpenSource for WinXP SP2 + MSVC2008 Express下载
Quote:
http://www.qtcn.org/download/qt-win-opensource-4.4.1-msvc2008-min.zip
(199M)
configure -debug-and-release -fast -plugin-sql-sqlite -plugin-sql-odbc -platform win32-msvc2008 -I C:/Ice-3.3.0-ThirdParty-VC90/include -L C:/Ice-3.3.0-ThirdParty-VC90/lib -qt-zlib -qt-gif -qt-libpng -qt-libmng -qt-libtiff -qt-libjpeg -openssl -phonon -webkit -assistant-webkit
安装说明见压缩包内的ReadMe.txt
编译时用到的其它第三方软件列表:
Ice-3.3.0-ThirdParty-VC90
, 使用到了其中的OpenSSL 0.9.8g
MySQL 5.0
,用来编译QtSql的MySQL插件
PostgreSQL 8.3.3
,用来编译QtSql的PSQL插件
InterBase 2007 Developer for Windows
,用来编译QtSql的iBase插件
[XChinux提供] Qt 4.4.0 OpenSource for WinXP SP2 + MSVC2008 Express下载
Quote:
http://www.qtcn.org/download/qt-win-opensource-4.4.0-msvc2008-min.zip
(178M)
configure -debug-and-release -qt-sql-sqlite -no-qt3support -platform win32-msvc2008 -qt-zlib -qt-gif -qt-libpng -qt-libmng -qt-libtiff -qt-libjpeg -no-style-motif -no-style-cde -I C:/Ice-3.3.0-ThirdParty-VC90/include -L C:/Ice-3.3.0-ThirdParty-VC90/lib
安装说明见压缩包内的ReadMe.txt
编译时用到的其它第三方软件列表:
Ice-3.3.0-ThirdParty-VC90
, 使用到了其中的OpenSSL 0.9.8g
MySQL 5.0
,用来编译QtSql的MySQL插件
PostgreSQL 8.3.3
,用来编译QtSql的PSQL插件
InterBase 2007 Developer for Windows
,用来编译QtSql的iBase插件
另:Sqlite支持已内置并编译到了QtSql模块里。


本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u2/82530/showart_1956967.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP