Test lower macosx 10.10 toolchain for better backwards compat.
This commit is contained in:
parent
572d98bc5a
commit
dc1f0c51ed
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
language: cpp
|
||||
osx_image: xcode9.4
|
||||
osx_image: xcode6.4
|
||||
dist: xenial
|
||||
os:
|
||||
- linux
|
||||
|
|
|
@ -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/)
|
||||
|
|
Loading…
Add table
Reference in a new issue