mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
switched macOS version to 10.14
This commit is contained in:
parent
e6d86b5b6f
commit
1d09269e42
@ -155,6 +155,7 @@ rs_macos10.9:CONFIG -= rs_macos10.11
|
||||
rs_macos10.10:CONFIG -= rs_macos10.11
|
||||
rs_macos10.12:CONFIG -= rs_macos10.11
|
||||
rs_macos10.13:CONFIG -= rs_macos10.11
|
||||
rs_macos10.14:CONFIG -= rs_macos10.11
|
||||
|
||||
# To enable JSON API append the following assignation to qmake command line
|
||||
# "CONFIG+=rs_jsonapi"
|
||||
@ -644,6 +645,14 @@ macx-* {
|
||||
QMAKE_CXXFLAGS += -Wno-nullability-completeness
|
||||
QMAKE_CFLAGS += -Wno-nullability-completeness
|
||||
}
|
||||
rs_macos10.14 {
|
||||
message(***retroshare.pri: Set Target and SDK to MacOS 10.14 )
|
||||
QMAKE_MACOSX_DEPLOYMENT_TARGET=10.14
|
||||
QMAKE_MAC_SDK = macosx10.14
|
||||
QMAKE_CXXFLAGS += -Wno-nullability-completeness
|
||||
QMAKE_CFLAGS += -Wno-nullability-completeness
|
||||
}
|
||||
|
||||
|
||||
|
||||
message(***retroshare.pri:MacOSX)
|
||||
|
Loading…
Reference in New Issue
Block a user