You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've built universal .app using my own universal build of openssl 3.1 and qt 5.15.9. I don't have an M1 mac so you are welcome to test and report. This issue is intended to keep track of work that needs to be done to create an universal build.
Building Qt is time expensive so I think that if you want to add support for building universal .app we need to upload prebuilt binaries somewhere it could be downloaded by build scripts.
Also if you're planning to build Qt 5.15.9 in Ventura (SDK 13) take a look at this issue. Ventura is not a tested platform for Qt5 and I needed to do that one line addition mentioned in the issue to build full Qt 5.15.9.
When you decide how you would like to integrate universal build onto your project I can help.
I've built universal .app using my own universal build of openssl 3.1 and qt 5.15.9. I don't have an M1 mac so you are welcome to test and report. This issue is intended to keep track of work that needs to be done to create an universal build.
Link
Add in
Scripts/Build/BuildDarwin.sh
-D CMAKE_OSX_ARCHITECTURES="arm64;x86_64" \
Then follow normal install instructions and use own compiled libs in config
The text was updated successfully, but these errors were encountered: