Go to file
2022-02-13 17:24:53 +01:00
5.6.3 scripts fix 2021-11-22 10:28:19 +01:00
5.15.2 5.15.2: fix for QTBUG-98093 (backport of macOS: Fix QSlider's knob positioning on Monterey (4bee9cdc0a) 2021-11-24 12:21:09 +01:00
5.15.7 5.15.7 - better fix for QTBUG-98483 2021-11-25 13:53:37 +01:00
6.2.3 6.2.3 build on windows script(test) 2022-02-13 17:24:53 +01:00
README.md Update README.md 2022-02-02 15:40:41 +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 mostly macOS-related patches already applied in order to be compiled and used normally on modern macOS versions (e.g. Big Sur or Monterey).

  • Legacy, compiled with Qt 5.6.3 for macOS 10.7-10.12. The folder contains several macOS-related patches (QTBUG-40583, QTBUG-18624, QTBUG-52536, QTBUG-63451 ) already applied in order to be compiled and used normally. For compilation we use macOS 10.13 and XCode 8.

To apply patches and compile Qt the same as we do, simply copy the contents of the folder (Qt 5.15.2 or Qt 5.6.3) to the official Qt source tree (overwriting existing files of cause).

Compiling your app with both modern and legacy Qt can be done on modern macOS and XCode 12 (not tried 13 just yet).

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.