mirror of
https://github.com/martinrotter/rssguard.git
synced 2024-12-28 00:50:26 +01:00
Test lower macosx 10.10 toolchain for better backwards compat.
This commit is contained in:
parent
572d98bc5a
commit
dc1f0c51ed
@ -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…
Reference in New Issue
Block a user