mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
rename config option
This commit is contained in:
parent
66dff9bf0b
commit
b54305d508
@ -112,9 +112,9 @@ CONFIG *= rs_gxs
|
||||
no_rs_gxs:CONFIG -= rs_gxs
|
||||
|
||||
# To disable GXS distrubuting all available posts independed of the "sync" settings append the following
|
||||
# assignation to qmake command line "CONFIG+=no_rs_gxs_sendAll"
|
||||
CONFIG *= rs_gxs_sendAll
|
||||
no_rs_gxs_sendAll:CONFIG -= rs_gxs_sendAll
|
||||
# assignation to qmake command line "CONFIG+=no_rs_gxs_send_all"
|
||||
CONFIG *= rs_gxs_send_all
|
||||
no_rs_gxs_send_all:CONFIG -= rs_gxs_send_all
|
||||
|
||||
# To enable RS Deprecated Warnings append the following assignation to qmake
|
||||
# command line "CONFIG+=rs_deprecatedwarning"
|
||||
@ -377,7 +377,7 @@ trough qmake command line arguments!")
|
||||
gxsdistsync:DEFINES *= RS_USE_GXS_DISTANT_SYNC
|
||||
wikipoos:DEFINES *= RS_USE_WIKI
|
||||
rs_gxs:DEFINES *= RS_ENABLE_GXS
|
||||
rs_gxs_sendAll:DEFINES *= RS_GXS_SEND_ALL
|
||||
rs_gxs_send_all:DEFINES *= RS_GXS_SEND_ALL
|
||||
libresapilocalserver:DEFINES *= LIBRESAPI_LOCAL_SERVER
|
||||
libresapi_settings:DEFINES *= LIBRESAPI_SETTINGS
|
||||
libresapihttpserver:DEFINES *= ENABLE_WEBUI
|
||||
|
Loading…
Reference in New Issue
Block a user