https://github.com/martinrotter/qt-minimalistic-builds
Precompiled x64 Qt 5/6 library in minimalistic configuration for Windows.
https://github.com/martinrotter/qt-minimalistic-builds
mingw msvc qt-libraries qt5
Last synced: 2 months ago
JSON representation
Precompiled x64 Qt 5/6 library in minimalistic configuration for Windows.
- Host: GitHub
- URL: https://github.com/martinrotter/qt-minimalistic-builds
- Owner: martinrotter
- License: gpl-3.0
- Created: 2018-01-22T06:51:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-03-18T07:21:38.000Z (about 3 years ago)
- Last Synced: 2025-03-31T06:08:29.725Z (3 months ago)
- Topics: mingw, msvc, qt-libraries, qt5
- Language: PowerShell
- Homepage:
- Size: 5.18 MB
- Stars: 315
- Watchers: 21
- Forks: 53
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# qt-minimalistic-builds
This is attempt to build Qt 5/6 libraries in minimalistic mode. Output binaries have fewer dependencies, are lighter and thus smaller.[](https://somsubhra.github.io/github-release-stats/?username=martinrotter&repository=qt-minimalistic-builds&search=0)
**All original licenses of all used components (Qt, qtbinpatcher, MinGW-w64, OpenSSL, MSVC) are respected with the additional exception that compiling, linking, and/or using OpenSSL is allowed. Unmodified source code of Qt is used and the license of produced Qt binaries is the same as license used in original OSS Qt libraries. The build phase of these prebuilt binaries is reproducible, see repository files for build scripts.**
## How this differs from official Qt Windows binaries?
Well, there are some differences:
* **all new dynamic builds include slimmed version of QtWebEngine !!!,**
* these binaries are compiled with ~~MinGW-w64 or~~ **MSVC2019** toolchain with latest updates and are **x64**,
* **some features and modules are disabled**, which makes dependency tree smaller (details are specified in description of each release),
* Qt 5.15+ is automatically relocatable,
* debug/release builds are available,
* latest manually compiled OpenSSL libraries are used,
* allmost all 3rd-party libs used by Qt are compiled directly into libraries,
* link-time optimizations (`/LTCG` and `/GL`) are enabled in static builds.## How to use
1. Install Visual Studio 2019 or just Build Tools.
2. Download [prebuilt Qt binaries](https://github.com/martinrotter/qt-minimalistic-builds/releases) and unpack them to folder of your choice, for example `C:\Qt\XX`.
3. Setup your Qt Creator to use new libraries.