rkhaotix / makeuniversal

Tool to create a Universal Binary version of a Qt distribution.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

makeuniversal

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.

Usage

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.

Example

./makeuniversal "./qt5-mac-universal" "./qt5-mac-x86_64" "./qt5-mac-arm64"

License

makeuniversal is licensed under the GPLv3 License.

About

Tool to create a Universal Binary version of a Qt distribution.

License:GNU General Public License v3.0


Languages

Language:C++ 82.9%Language:QMake 17.1%