qt-build-tools/README.md

15 lines
998 B
Markdown
Raw Normal View History

2021-08-27 16:27:55 +08: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.
For macOS we currently distribute two binaries:
2021-08-29 20:48:34 +08:00
- Modern, compiled with [Qt 5.15.5](5.15.5) for macOS 10.13+. If you do not own a commercial license, you can still use [Qt 5.15.2](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.
2021-08-27 16:27:55 +08:00
- Legacy, compiled with [Qt 5.6.3](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](https://apps.apple.com/us/app/xcode/id497799835?mt=12).
On Windows you need [VS2019 Community Edition](https://visualstudio.microsoft.com/downloads/) and [Perl](https://strawberryperl.com/).