Skip to content

Allow mac osx1010 building

@pieper @jcfr This addresses isssues with building on 10.10 (Specifically Xcode 6). Only 10.9 and 10.10 SDK's are available.

The previous solutions were based on the now invalid assumption that QT would always be built agains libstd++. As of QT 4.8.6 it is now possible to build against libc++. The binaries from homebrew (for example) are defaulted to be built against libc++. Additionally, if one builds QT from scratch on an Xcode 6 machine, it will default to be libc++ based build.

Merge request reports