Relative Content

Tag Archive for macosqt

Qt app deployment with Qt5 on an M1 Macbook

I have an app that is written using Qt 5.6.3 under Linux that compiles and runs under Linux and Windows as stand alone apps. I can compile it and run it on an M1 Mac, it compiles using x86 gcc which is OK because it’s very simple and people can run it under Roesetta on Arm silicon.