summaryrefslogtreecommitdiffstats
path: root/mkspecs/macx-g++42
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@theqtcompany.com>2016-03-02 09:55:10 -0800
committerJake Petroules <jake.petroules@qt.io>2016-04-22 20:41:13 +0000
commite81ba336e9f1a44080fc9a8419fcbac40615bdc2 (patch)
treeb67192623823c42ea8c477ebfffa0c848282a73e /mkspecs/macx-g++42
parent31c6bee4d5f314e184fc64a6a655fcfa1ea3fb60 (diff)
Bump the minimum supported OS X and iOS versions
As per mailing list discussion: http://lists.qt-project.org/pipermail/development/2016-February/024889.html Change-Id: Ie4e226c454d8f736dbf1545440ca200104fd947c Reviewed-by: Jake Petroules <jake.petroules@qt.io>
Diffstat (limited to 'mkspecs/macx-g++42')
-rw-r--r--mkspecs/macx-g++42/qmake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/macx-g++42/qmake.conf b/mkspecs/macx-g++42/qmake.conf
index 3244a9c94a..afbe658dfa 100644
--- a/mkspecs/macx-g++42/qmake.conf
+++ b/mkspecs/macx-g++42/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.8
+QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.9
QMAKE_CC = gcc-4.2
QMAKE_CXX = g++-4.2