From 9c6066fce6b2f96a336956214afb94a8592d2834 Mon Sep 17 00:00:00 2001 From: Morten Johan Sorvig Date: Fri, 12 Oct 2012 11:31:08 +0200 Subject: Mac: Set minimum version to 10.7 for clang-libc++ Clang's libc++ does not support 10.6. Add mac-minimum-version.conf which sets the version to 10.6. Set the version to 10.7 in the clang-libx++* mkspecs. Change-Id: I494d0d24b0d73d9395e9d5406c8c63c9af87f8cc Reviewed-by: Oswald Buddenhagen Reviewed-by: Erik Verbruggen --- mkspecs/macx-xcode/qmake.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'mkspecs/macx-xcode/qmake.conf') diff --git a/mkspecs/macx-xcode/qmake.conf b/mkspecs/macx-xcode/qmake.conf index cb342808ec..8504310c79 100644 --- a/mkspecs/macx-xcode/qmake.conf +++ b/mkspecs/macx-xcode/qmake.conf @@ -10,6 +10,7 @@ CONFIG += lib_version_first incremental plugin_no_soname app_bundle include(../common/mac.conf) include(../common/gcc-base-macx.conf) include(../common/g++-macx.conf) +include(../common/mac-minimum-version.conf) QMAKE_LINK = QMAKE_LINK_C = -- cgit v1.2.3