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/common/mac-minimum-version.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 mkspecs/common/mac-minimum-version.conf (limited to 'mkspecs/common/mac-minimum-version.conf') diff --git a/mkspecs/common/mac-minimum-version.conf b/mkspecs/common/mac-minimum-version.conf new file mode 100644 index 0000000000..acb4132cb6 --- /dev/null +++ b/mkspecs/common/mac-minimum-version.conf @@ -0,0 +1,4 @@ +QMAKE_CFLAGS += -mmacosx-version-min=10.6 +QMAKE_LFLAGS += -mmacosx-version-min=10.6 +QMAKE_CXXFLAGS += -mmacosx-version-min=10.6 +QMAKE_OBJECTIVE_CFLAGS += -mmacosx-version-min=10.6 -- cgit v1.2.3