summaryrefslogtreecommitdiffstats
path: root/mkspecs/macx-g++/qmake.conf
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++/qmake.conf
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++/qmake.conf')
-rw-r--r--mkspecs/macx-g++/qmake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/macx-g++/qmake.conf b/mkspecs/macx-g++/qmake.conf
index dcc023e6c5..65c53b20f6 100644
--- a/mkspecs/macx-g++/qmake.conf
+++ b/mkspecs/macx-g++/qmake.conf
@@ -14,6 +14,6 @@ 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
load(qt_config)