Open vladimirschuka opened 3 years ago
looks like understood what was a problem, I use native go but inside qtsetup there is no native m1 tool qmake for example. I'm right?
Hi,
What happens if you simply run qtsetup
?
I am having the same issue on an M1 Pro macOS 12.0.1. Running qtsetup
does the same thing.
It looks like Qt doesn't yet support Apple Silicon in 5.1x. They have a preview for 6.2 only (ref: https://www.qt.io/blog/qt-on-apple-silicon). In the discussion there, someone mentioned they have a short term solution to get 5.15 working, and in other issues associated with this repo someone mentioned they can get it building against 5.15, if that helps. I can imagine that Qt being unable to fully support Apple Silicon is holding up a lot of projects (including one I was looking into that depending on this which depends on Qt)
brew install qt
does now install version 6.2+ btw
I have probably succeeded in creating a fix that will allow a successful qtsetup and build of the app on apple m1 in the repository I forked.
Hi, What do you think might be a problem? running qtsetup everithing is good until
qtsetup install darwin
On linux everithing was good, but on Mac 11.5.2 (m1) for some reason isn't.