Commit 328c5324 authored by Jake Petroules's avatar Jake Petroules
Browse files

Bump the minimum supported OS X version


According to the Qt 5.6.0 change log, OS X 10.7 is to be REMOVED as a
supported platform in Qt 5.7.

Change-Id: I53313fd34d42757dd35a28cd227fc0dda3389932
Reviewed-by: default avatarMorten Johan Sørvig <morten.sorvig@theqtcompany.com>
Showing with 7 additions and 7 deletions
...@@ -11,7 +11,7 @@ include(../common/gcc-base-mac.conf) ...@@ -11,7 +11,7 @@ include(../common/gcc-base-mac.conf)
include(../common/clang.conf) include(../common/clang.conf)
include(../common/clang-mac.conf) include(../common/clang-mac.conf)
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.7 QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.8
QMAKE_CFLAGS += -arch i386 QMAKE_CFLAGS += -arch i386
QMAKE_CXXFLAGS += -arch i386 QMAKE_CXXFLAGS += -arch i386
......
...@@ -11,6 +11,6 @@ include(../common/gcc-base-mac.conf) ...@@ -11,6 +11,6 @@ include(../common/gcc-base-mac.conf)
include(../common/clang.conf) include(../common/clang.conf)
include(../common/clang-mac.conf) include(../common/clang-mac.conf)
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.7 QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.8
load(qt_config) load(qt_config)
...@@ -14,7 +14,7 @@ include(../common/macx.conf) ...@@ -14,7 +14,7 @@ include(../common/macx.conf)
include(../common/gcc-base-mac.conf) include(../common/gcc-base-mac.conf)
include(../common/g++-macx.conf) include(../common/g++-macx.conf)
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.7 QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.8
QMAKE_CFLAGS += -arch i386 QMAKE_CFLAGS += -arch i386
QMAKE_CXXFLAGS += -arch i386 QMAKE_CXXFLAGS += -arch i386
......
...@@ -14,6 +14,6 @@ include(../common/macx.conf) ...@@ -14,6 +14,6 @@ include(../common/macx.conf)
include(../common/gcc-base-mac.conf) include(../common/gcc-base-mac.conf)
include(../common/g++-macx.conf) include(../common/g++-macx.conf)
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.7 QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.8
load(qt_config) load(qt_config)
...@@ -14,7 +14,7 @@ include(../common/macx.conf) ...@@ -14,7 +14,7 @@ include(../common/macx.conf)
include(../common/gcc-base-mac.conf) include(../common/gcc-base-mac.conf)
include(../common/g++-macx.conf) include(../common/g++-macx.conf)
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.7 QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.8
QMAKE_CC = gcc-4.0 QMAKE_CC = gcc-4.0
QMAKE_CXX = g++-4.0 QMAKE_CXX = g++-4.0
......
...@@ -14,7 +14,7 @@ include(../common/macx.conf) ...@@ -14,7 +14,7 @@ include(../common/macx.conf)
include(../common/gcc-base-mac.conf) include(../common/gcc-base-mac.conf)
include(../common/g++-macx.conf) include(../common/g++-macx.conf)
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.7 QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.8
QMAKE_CC = gcc-4.2 QMAKE_CC = gcc-4.2
QMAKE_CXX = g++-4.2 QMAKE_CXX = g++-4.2
......
...@@ -14,7 +14,7 @@ include(../common/macx.conf) ...@@ -14,7 +14,7 @@ include(../common/macx.conf)
include(../common/gcc-base-mac.conf) include(../common/gcc-base-mac.conf)
include(../common/llvm.conf) include(../common/llvm.conf)
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.7 QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.8
QMAKE_XCODE_GCC_VERSION = com.apple.compilers.llvmgcc42 QMAKE_XCODE_GCC_VERSION = com.apple.compilers.llvmgcc42
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment