Go to file
2021-11-24 12:12:25 +01:00
5.6.3 scripts fix 2021-11-22 10:28:19 +01:00
5.15.2 5.15.2: qslider.cpp oritinal 2021-11-24 12:12:25 +01:00
5.15.7 5.15.7 - fix for QTBUG-98093 (backport of 4bee9cdc0a) 2021-11-23 16:48:15 +01:00
README.md 5.15.6 -> 5.15.7 2021-11-16 15:24:01 +01:00

Qt build tools and patches

This is a set of build tools and required patches to build Qt yourself and distribute it along with your app on macOS and Windows.

macOS

For macOS we currently distribute two binaries:

  • Modern, compiled with Qt 5.15.7 for macOS 10.13+. If you do not own a commercial license, you can still use Qt 5.15.2, the folder contains number of patches (found in the Qt issues tracker) in order to be compiled and used normally on macOS.

  • Legacy, compiled with Qt 5.6.3 for macOS 10.7-10.12. Qt contains number of patches (found in the Qt issues tracker) in order to be compiled and used normally. To compile Qt itself we used macOS 10.13 and XCode 8.

Compiling your app with both modern and legacy Qt can be done on modern macOS (10.15 Catalina or 11 Big Sur) and XCode 12.

Windows

On Windows you need VS2019 Community Edition and Perl. QtNetwork module is compiled using openssl-1.1.1k which is pre-compiled but once you delete the folder, it will be compiled again.