Prebuilt Qt5 universal binaries (x86_64 + arm64) for macOS. At the moment of writing this, Qt supports universal builds only in 6.x series.
Binaries are built and published automatically using Github Actions. You can either use binaries from this repo, or fork the repo and configure your own build, so that you can completely trust the build results.
Branch | Description |
---|---|
main |
build script and github actions config |
sdk |
built Qt SDK |
Note: The
sdk
branch has standard file layout of Qt installation. For instance, Qt tools are inbin/
directory, and OSX frameworks, one framework per Qt module, are inlib/
directory. Frameworks contain both headers and shared libraries, as well as some resources.
The list of published versions is available here.
Universal binaries are constructed using macdeployqt-universal.