Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kleuter committed May 26, 2023
1 parent c26d07d commit 6f4e11d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Deploying macOS universal binaries using Qt 5.15.8
# Update: the tutorial is outdated

Qt Group open sourced [Qt 5.15.9](https://download.qt.io/official_releases/qt/5.15/5.15.9/) with macOS universal binaries support.

- If you own a commercial license, this tutorial is not for you because Qt started supporting universal builds since Qt 5.15.9. Qt 6.2 and later also have macOS universal binaries support
- Qt 5.15.8 source code is officially available [here](https://download.qt.io/official_releases/qt/5.15/5.15.8/)
- Qt 5.15.9 will be publicly released [April 05, 2023](https://crystalidea.com/blog/qt-5-15-lts-commercial-source-code)
If you're still interested for some reason, proceed reading.

# Deploying macOS universal binaries using Qt 5.15.8

With Apple transition from Intel to Apple Silicon (arm64) CPUs, developers have to deal with Universal binaries in macOS (again) in order to support their apps running smoothly on both architectures. For Qt developers things get much more complicated because we have to take care of signing, notarization and Universal binaries creation without using XCode.

Expand Down

0 comments on commit 6f4e11d

Please sign in to comment.