mirror of
https://github.com/martinrotter/rssguard.git
synced 2024-12-29 09:31:24 +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
|
language: cpp
|
||||||
osx_image: xcode9.4
|
osx_image: xcode6.4
|
||||||
dist: xenial
|
dist: xenial
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
|
@ -206,7 +206,7 @@ mac {
|
|||||||
IDENTIFIER = $$APP_REVERSE_NAME
|
IDENTIFIER = $$APP_REVERSE_NAME
|
||||||
CONFIG -= app_bundle
|
CONFIG -= app_bundle
|
||||||
ICON = ../../resources/macosx/$${TARGET}.icns
|
ICON = ../../resources/macosx/$${TARGET}.icns
|
||||||
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.8
|
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.10
|
||||||
LIBS += -framework AppKit
|
LIBS += -framework AppKit
|
||||||
|
|
||||||
target.path = $$quote($$PREFIX/Contents/MacOS/)
|
target.path = $$quote($$PREFIX/Contents/MacOS/)
|
||||||
|
Loading…
Reference in New Issue
Block a user