mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-09-22 22:04:53 -04:00
rename config option
This commit is contained in:
parent
67cd2a1407
commit
927403415c
1 changed files with 4 additions and 4 deletions
|
@ -112,9 +112,9 @@ CONFIG *= rs_gxs
|
||||||
no_rs_gxs:CONFIG -= rs_gxs
|
no_rs_gxs:CONFIG -= rs_gxs
|
||||||
|
|
||||||
# To disable GXS distrubuting all available posts independed of the "sync" settings append the following
|
# 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"
|
# assignation to qmake command line "CONFIG+=no_rs_gxs_send_all"
|
||||||
CONFIG *= rs_gxs_sendAll
|
CONFIG *= rs_gxs_send_all
|
||||||
no_rs_gxs_sendAll:CONFIG -= rs_gxs_sendAll
|
no_rs_gxs_send_all:CONFIG -= rs_gxs_send_all
|
||||||
|
|
||||||
# To enable RS Deprecated Warnings append the following assignation to qmake
|
# To enable RS Deprecated Warnings append the following assignation to qmake
|
||||||
# command line "CONFIG+=rs_deprecatedwarning"
|
# command line "CONFIG+=rs_deprecatedwarning"
|
||||||
|
@ -377,7 +377,7 @@ trough qmake command line arguments!")
|
||||||
gxsdistsync:DEFINES *= RS_USE_GXS_DISTANT_SYNC
|
gxsdistsync:DEFINES *= RS_USE_GXS_DISTANT_SYNC
|
||||||
wikipoos:DEFINES *= RS_USE_WIKI
|
wikipoos:DEFINES *= RS_USE_WIKI
|
||||||
rs_gxs:DEFINES *= RS_ENABLE_GXS
|
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
|
libresapilocalserver:DEFINES *= LIBRESAPI_LOCAL_SERVER
|
||||||
libresapi_settings:DEFINES *= LIBRESAPI_SETTINGS
|
libresapi_settings:DEFINES *= LIBRESAPI_SETTINGS
|
||||||
libresapihttpserver:DEFINES *= ENABLE_WEBUI
|
libresapihttpserver:DEFINES *= ENABLE_WEBUI
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue