[SOLVED] Qt5 and Mac 10.6.8
-
Hi,
I've downloaded the last version of Qt5 opensource, but during the installation I have some problem and when I try to run Qt Creator it crash (a problem with a libc++.dylib)
Now I have the possibility to have a free upgrade to Yosemite, but before to make it, I want say if Qt5 runs correctly on 10.10.Thanks in advantage
-
Qt5 can be used from 10.6.8 to 10.10 if compiled to do so.
libc++.dylib is only available on 10.7+, so it would seems that Creator itself requires 10.7.
-
Hi,
Since version 3.2 Qt Creator dropped support for 10.6.8 however like sandy.martel wrote, you can still develop program that will run on 10.6.8 if you build Qt without c++11
-
What do you mean by "But there is complete compatibility with 10.10?" ?
-
It will run on it if that's what you mean. Otherwise you'll have to elaborate some more.