All Projects → martinrotter → Qt Minimalistic Builds

martinrotter / Qt Minimalistic Builds

Licence: gpl-3.0
Precompiled x64 Qt 5/6 library in minimalistic configuration for Windows.

Programming Languages

powershell
5483 projects

Labels

Projects that are alternatives of or similar to Qt Minimalistic Builds

Qmlnotify
Awesome notification server in QML
Stars: ✭ 114 (-16.18%)
Mutual labels:  qt5
Pref
Portable Reverse Engineering Framework
Stars: ✭ 127 (-6.62%)
Mutual labels:  qt5
Feedback
Feedback & wiki for Snipaste https://snipaste.com
Stars: ✭ 1,863 (+1269.85%)
Mutual labels:  qt5
Iaito
This project has been moved to:
Stars: ✭ 1,516 (+1014.71%)
Mutual labels:  qt5
Gulden Official
Blockchain as intended
Stars: ✭ 126 (-7.35%)
Mutual labels:  qt5
Strategrdesktop
No-Fuss Time Management App
Stars: ✭ 130 (-4.41%)
Mutual labels:  qt5
Ugene
UGENE is free open-source cross-platform bioinformatics software
Stars: ✭ 112 (-17.65%)
Mutual labels:  qt5
Pubgis
Generate maps of your position throughout PUBG gameplay
Stars: ✭ 135 (-0.74%)
Mutual labels:  qt5
Embedded Ide
IDE for C embedded development centered on bare-metal ARM systems
Stars: ✭ 127 (-6.62%)
Mutual labels:  qt5
Versatile
A simple 3D model editor based on simple quads and a sprite set.
Stars: ✭ 132 (-2.94%)
Mutual labels:  qt5
Lvglbuilder
GUI Builder for littlevgl.
Stars: ✭ 121 (-11.03%)
Mutual labels:  qt5
Qgnomeplatform
QPlatformTheme for a better Qt application inclusion in GNOME
Stars: ✭ 126 (-7.35%)
Mutual labels:  qt5
Opentrack
Head tracking software for MS Windows, Linux, and Apple OSX
Stars: ✭ 1,950 (+1333.82%)
Mutual labels:  qt5
Nodeeditor
Qt Node Editor. Dataflow programming framework
Stars: ✭ 1,734 (+1175%)
Mutual labels:  qt5
Git Cola
git-cola: The highly caffeinated Git GUI
Stars: ✭ 1,787 (+1213.97%)
Mutual labels:  qt5
Galacteek
Browser for the distributed web
Stars: ✭ 114 (-16.18%)
Mutual labels:  qt5
Opengoo
A free clone of World Of Goo
Stars: ✭ 128 (-5.88%)
Mutual labels:  qt5
Simple Mail
An SMTP library written in C++ for Qt. Allows applications to send emails (MIME with text, html, attachments, inline files, etc.) via SMTP. Supports SSL and SMTP authentication.
Stars: ✭ 134 (-1.47%)
Mutual labels:  qt5
Notepanda
📃 A simple cross-platform notepad. Based on Qt and C++.
Stars: ✭ 134 (-1.47%)
Mutual labels:  qt5
Lofloccus
Sync Floccus' browser bookmarks to a local folder / any cloud.
Stars: ✭ 132 (-2.94%)
Mutual labels:  qt5

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.

Total downloads

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 but qtbinpatcher.exe is bundled too,
  • 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 MSVC2019 static builds.

How to use

  1. Install Visual Studio 2019 or just Build Tools.
  2. Download prebuilt Qt binaries and unpack them to folder of your choice, for example C:\Qt\XX.
  3. Setup your Qt Creator to use new libraries.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].