静态编译步骤(含相关软件下载)
http://www.qtcn.org/bbs/read-htm-tid-52265.html
Qt5.0.0 MSVC2012自编译版(x86_xp及x64)
http://www.qtcn.org/bbs/read-htm-tid-52417.html
QT5.0.0+MinGW环境搭建之解压即用版
http://www.qtcn.org/bbs/read-htm-tid-52316.html
[渡世白玉 提供]qt5,vs2012X64静态编译成功,含有webkit
http://www.qtcn.org/bbs/read-htm-tid-53215.html
WIN7 + QT5 + MINGW + 64bit + 32bit 解压即用版发布
http://www.qtcn.org/bbs/read-htm-tid-52367.html
Qt 4.8.5 windows 64/32 编译器 mingw 64/32 动态编译
http://www.qtcn.org/bbs/read-htm-tid-55061.html
qt-win-485-mingw-480 包含32bit和64bit
http://www.qtcn.org/bbs/read-htm-tid-54428.html
qt-win-484-mingw-472 包含32bit和64bit
http://www.qtcn.org/bbs/read-htm-tid-54429.html
分享一下MinGW编译的Qt4.8.4Release静态版
http://www.qtcn.org/bbs/read-htm-tid-52335.html
Qt 4.8.4 & Qt Creator 2.6 MinGW x86 自编译精简版
http://www.qtcn.org/bbs/read-htm-tid-52192.html
Qt 4.8.2 & Qt Creator 2.5.0 Win32 MSVC2010精简编译版下载
http://www.qtcn.org/bbs/read-htm-tid-49550.html
Qt 4.8.1 & Qt Creator 2.4.1 Win32 MSVC2010精简编译版下载
http://www.qtcn.org/bbs/read-htm-tid-49051.html
Qt 4.5.3 OpenSource Release版for WinXP SP3 + MSVC2008 Express下载
http://www.qtcn.org/download/qt-win-opensource-4.5.3-msvc2008-release-min.zip (21M)
configure -release -opensource -fast -plugin-sql-sqlite -plugin-sql-odbc -no-qt3support -platform win32-msvc2008 -I C:/Ice-3.3.1-ThirdParty-VC90/include -L C:/Ice-3.3.1-ThirdParty-VC90/lib -qt-zlib -qt-gif -qt-libpng -qt-libmng -qt-libtiff -qt-libjpeg -openssl -phonon -webkit
安装说明见压缩包内的ReadMe.txt
编译时用到的其它第三方软件列表:
Ice-3.3.1-ThirdParty-VC90, 使用到了其中的OpenSSL 0.9.8g
MySQL 5.0,用来编译QtSql的MySQL插件(注意是MySQL 5.0,不是5.1)
另外还用到了PostgreSQL 8.4.1,可从官网上下载(http://www.postgresql.org)
Qt 4.5.1 OpenSource Release版for WinXP SP3 + MSVC2008 Express下载
http://www.qtcn.org/download/qt-win-opensource-4.5.1-msvc2008-release.zip (174M)
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,去除完中间文件后,大概有480M左右
Qt 4.5.0 OpenSource Static Release版for WinXP SP3 + MinGW下载
http://pan.baidu.com/share/link?shareid=151434&uk=2567204085 (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等内容
Qt 4.5.0 OpenSource Release版for WinXP SP3 + MSVC2008 Express下载
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左右
Qt 4.5.0 beta1 OpenSource for Win + MSVC2005下载
http://www.qtcn.org/download/qt-win-opensource-4.5.0beta1-msvc2008.zip

