Test lower macosx 10.10 toolchain for better backwards compat.

This commit is contained in:
Martin Rotter 2020-05-12 21:13:56 +02:00
parent 572d98bc5a
commit dc1f0c51ed
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
language: cpp
osx_image: xcode9.4
osx_image: xcode6.4
dist: xenial
os:
- linux

View File

@ -206,7 +206,7 @@ mac {
IDENTIFIER = $$APP_REVERSE_NAME
CONFIG -= app_bundle
ICON = ../../resources/macosx/$${TARGET}.icns
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.8
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.10
LIBS += -framework AppKit
target.path = $$quote($$PREFIX/Contents/MacOS/)