rename config option

This commit is contained in:
sehraf 2018-11-05 12:55:51 +01:00 committed by csoler
parent 66dff9bf0b
commit b54305d508
No known key found for this signature in database
GPG Key ID: 7BCA522266C0804C

View File

@ -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