On Saturday, 4 October 2025 13:23:56 Central European Summer Time Alexander Dyagilev wrote: > Hello, > > Isn't this already done by default? > > In my project I opt out of this feature by explicitly > setting QMAKE_APPLE_DEVICE_ARCHS to just x86_64 and de-fatting Qt binaries > in my build script. > Not sure what the default is. I think it is just the native host architecture.
If you use cmake, you set CMAKE_OSX_ARCHITECTURES="x86_64;arm64" to build both. _______________________________________________ Interest mailing list [email protected] https://lists.qt-project.org/listinfo/interest
