Is is safe to upgrade to Yosemite OS X regarding Qt Creator ?
-
I just installed Qt Creator on a new Macbook with Yosemite using the online installer. When I first tried to use it I got an error about macosx10.8. I searched for that in the Qt files and found it in qdevice.pri. I edited that file and replaced macosx10.8 with macosx10.10 and it works. So far I have compiled one project I created in Windows.
-
I still have a lot of work to do on on my project in Windows so I have only compiled the debug version in OSX. It works fine. The only issue so far is I need to adjust the application font size. Some of the words are cut off because the font is too large. I still have to learn more about creating a release version in OSX. I haven't found any articles about a successful static deployment in OSX so I think I'll have to bundle all of the needed DLLs.
-
I still have a lot of work to do on on my project in Windows so I have only compiled the debug version in OSX. It works fine. The only issue so far is I need to adjust the application font size. Some of the words are cut off because the font is too large. I still have to learn more about creating a release version in OSX. I haven't found any articles about a successful static deployment in OSX so I think I'll have to bundle all of the needed DLLs.