Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Qt 5.2.1 Static for Windows.7z | 2014-04-15 | 36.0 MB | |
Totals: 1 Item | 36.0 MB | 1 |
Qt Static Builds
Static builds of the Qt framework
Objective
This project aims to ease the life of developers by providing per-built static packages of Digia's Qt cross-platform application development framework.
Installation
- Download the desired 7Z package.
- Extract the package with your favorite extractor (if you don't have one, download PeaZip from http://peazip.sf.net or 7-Zip from http://www.7-zip.org/).
- It's recommended to extract the package in Qt's root folder (if you use Windows) or in your home folder (if you use any UNIX system).
- Configure Qt Creator to use the new static installation following this guide.
Developer notes
The packages in this repository are compiled with the following flags:
- -static
- -release
- -qt-zlib
- -no-angle
- -qt-pcre
- -qt-libpng
- -qt-libjpeg
- -qt-freetype
- -opengl desktop
- -qt-sql-sqlite
- -no-openssl
- -opensource
- -confirm-license
- -make libs
- -nomake tools
- -nomake examples
- -nomake tests