summaryrefslogtreecommitdiffstats
path: root/mkspecs/macx-g++40/qmake.conf
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@theqtcompany.com>2016-04-06 15:40:10 -0700
committerJake Petroules <jake.petroules@theqtcompany.com>2016-04-07 23:55:25 +0000
commit328c53247bb63ce71e52633f11284d5cff545fea (patch)
treeec1f5414cf3074b452b2402a7d74348b9e6020fa /mkspecs/macx-g++40/qmake.conf
parentd42da86c96cfef54f88b5897a76fb26044e4d449 (diff)
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: Morten Johan Sørvig <morten.sorvig@theqtcompany.com>
Diffstat (limited to 'mkspecs/macx-g++40/qmake.conf')
-rw-r--r--mkspecs/macx-g++40/qmake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/macx-g++40/qmake.conf b/mkspecs/macx-g++40/qmake.conf
index 0f2dd6bb71..f0583222cd 100644
--- a/mkspecs/macx-g++40/qmake.conf
+++ b/mkspecs/macx-g++40/qmake.conf
@@ -14,7 +14,7 @@ include(../common/macx.conf)
include(../common/gcc-base-mac.conf)
include(../common/g++-macx.conf)
-QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.7
+QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.8
QMAKE_CC = gcc-4.0
QMAKE_CXX = g++-4.0