mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-07 05:42:19 -04:00
added 10.13 as compilation target on MacOS
This commit is contained in:
parent
11abdb7bae
commit
1f81a4cb6f
1 changed files with 9 additions and 0 deletions
|
@ -154,6 +154,7 @@ rs_macos10.8:CONFIG -= rs_macos10.11
|
||||||
rs_macos10.9:CONFIG -= rs_macos10.11
|
rs_macos10.9:CONFIG -= rs_macos10.11
|
||||||
rs_macos10.10:CONFIG -= rs_macos10.11
|
rs_macos10.10:CONFIG -= rs_macos10.11
|
||||||
rs_macos10.12:CONFIG -= rs_macos10.11
|
rs_macos10.12:CONFIG -= rs_macos10.11
|
||||||
|
rs_macos10.13:CONFIG -= rs_macos10.11
|
||||||
|
|
||||||
# To enable JSON API append the following assignation to qmake command line
|
# To enable JSON API append the following assignation to qmake command line
|
||||||
# "CONFIG+=rs_jsonapi"
|
# "CONFIG+=rs_jsonapi"
|
||||||
|
@ -627,6 +628,14 @@ macx-* {
|
||||||
QMAKE_CXXFLAGS += -Wno-nullability-completeness
|
QMAKE_CXXFLAGS += -Wno-nullability-completeness
|
||||||
QMAKE_CFLAGS += -Wno-nullability-completeness
|
QMAKE_CFLAGS += -Wno-nullability-completeness
|
||||||
}
|
}
|
||||||
|
rs_macos10.13 {
|
||||||
|
message(***retroshare.pri: Set Target and SDK to MacOS 10.13 )
|
||||||
|
QMAKE_MACOSX_DEPLOYMENT_TARGET=10.13
|
||||||
|
QMAKE_MAC_SDK = macosx10.13
|
||||||
|
QMAKE_CXXFLAGS += -Wno-nullability-completeness
|
||||||
|
QMAKE_CFLAGS += -Wno-nullability-completeness
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
message(***retroshare.pri:MacOSX)
|
message(***retroshare.pri:MacOSX)
|
||||||
BIN_DIR += "/usr/bin"
|
BIN_DIR += "/usr/bin"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue