Giter Site home page Giter Site logo

nedrysoft / makeuniversal Goto Github PK

View Code? Open in Web Editor NEW
42.0 4.0 11.0 18 KB

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

License: GNU General Public License v3.0

C++ 82.88% QMake 17.12%
qt universal arm64 arm qt5 big-sur macos macos-11

makeuniversal's Introduction

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.

makeuniversal's People

Contributors

fizzyade avatar kleuter avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

makeuniversal's Issues

Resulting binary cannot be signed

Hi, thanks for the great tool!

One thing, I had to fix it in order to skip symlinks for correct handling of Qt frameworks.
Otherwise it replaces symlinks with original files and the binary couldn't be signed resulting:

bundle format is ambiguous (could be app or framework)

Now it works faster of cause too ๐Ÿ˜„

Looks great - broader instructions?

I definitely want to build Qt universal apps. I found your project, but I have some questions.

It sounds like you used Xcode 12.x to build x86_64 and arm64 separately and then used this to makeuniversal

Could you put a tiny bit more in the README?

Isn't it possible to use Cmake to build with CMAKE_OSX_ARCHITECTURES set?

Thanks - happy to know there are routes to get M1 binaries working.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.