mirror of https://github.com/qt/qt5.git
Revise README for macOS ARM64 support details
This commit is contained in:
parent
17255718fd
commit
20ce079dc8
6
README
6
README
|
@ -4,9 +4,9 @@ Source Repository: https://github.com/qt/qt5
|
||||||
|
|
||||||
Purpose: The official Qt 5.12.3 release lacks support for compilation on macOS ARM (Apple Silicon) architectures. This branch contains modifications to Qt 5.12.3 to add native support for macOS ARM64.
|
Purpose: The official Qt 5.12.3 release lacks support for compilation on macOS ARM (Apple Silicon) architectures. This branch contains modifications to Qt 5.12.3 to add native support for macOS ARM64.
|
||||||
|
|
||||||
========
|
================
|
||||||
|
|
||||||
Branch Modifications (Differences)
|
Branch Modifications (Differences):
|
||||||
This branch is based on the Qt dev branch at commit 8337e20fadddf, which corresponds to the Qt 5.12.3 release state. The following modifications have been applied:
|
This branch is based on the Qt dev branch at commit 8337e20fadddf, which corresponds to the Qt 5.12.3 release state. The following modifications have been applied:
|
||||||
|
|
||||||
1. qtbase Module:
|
1. qtbase Module:
|
||||||
|
@ -23,7 +23,7 @@ Branch Modifications (Differences)
|
||||||
|
|
||||||
Summary: These changes ensure Qt 5.12.3 can be compiled for both Intel (x86_64) and ARM (arm64) architectures on macOS, as well as for the legacy 32-bit Intel (i386) target, creating a more universal binary build.
|
Summary: These changes ensure Qt 5.12.3 can be compiled for both Intel (x86_64) and ARM (arm64) architectures on macOS, as well as for the legacy 32-bit Intel (i386) target, creating a more universal binary build.
|
||||||
|
|
||||||
Build Instructions
|
Build Instructions:
|
||||||
================
|
================
|
||||||
This project uses the build_opensource.sh script to compile Qt libraries for both x86_64 and ARM64 architectures, subsequently merging them into a single Universal 2 (universal) binary.
|
This project uses the build_opensource.sh script to compile Qt libraries for both x86_64 and ARM64 architectures, subsequently merging them into a single Universal 2 (universal) binary.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue