This application can be used to generate a universal build of Qt from the x86_64 and ARM64 build folders.
It uses rsync to copy the x86_64 folder to the destination and then finds all binaries and adds the arm64 arch to them to create a Universal binary.
makeuniversal <universal> <x86_64> <arm64>
- universal is the folder which will contain the universal version of Qt,
- x86_64 is the qtbase folder in the x86_64 build folder.
- arm64 is the qtbase folder in the arm build folder.
./makeuniversal "./qt5-mac-universal" "./qt5-mac-x86_64" "./qt5-mac-arm64"
makeuniversal is licensed under the GPLv3 License.