Skip to content

Commit

Permalink
macOS: Bump deployment target (minimum supported version) to 10.12
Browse files Browse the repository at this point in the history
As discussed earlier, we don't want to keep backwards compatibility
for more than two versions in addition to the current macOS version.

Change-Id: I24df6fb4a08e14a9f842d209b8e0a6079c533b65
Reviewed-by: Oswald Buddenhagen <[email protected]>
Reviewed-by: Morten Johan Sørvig <[email protected]>
  • Loading branch information
torarnv committed Aug 24, 2018
1 parent 8a270de commit 10e468b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkspecs/common/macx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
QMAKE_PLATFORM += macos osx macx
QMAKE_MAC_SDK = macosx

QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.11
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.12
QMAKE_APPLE_DEVICE_ARCHS = x86_64

device.sdk = macosx
Expand Down

0 comments on commit 10e468b

Please sign in to comment.