Little cleanup in retroshare.pri

This commit is contained in:
Gioacchino Mazzurco 2019-12-19 15:09:32 +01:00
parent 655582e970
commit 7e88276339
No known key found for this signature in database
GPG Key ID: A1FBCA3872E87051

View File

@ -102,8 +102,8 @@ rs_async_chat:CONFIG -= no_rs_async_chat
CONFIG *= direct_chat CONFIG *= direct_chat
no_direct_chat:CONFIG -= direct_chat no_direct_chat:CONFIG -= direct_chat
# To enable messemger window which has been deprecated since RetroShare 0.6.6 append # To enable messemger window which has been deprecated since RetroShare 0.6.6
# the following assignation to qmake command line "CONFIG+=messenger" # append the following assignation to qmake command line "CONFIG+=messenger"
# CONFIG *= messenger # CONFIG *= messenger
# To disable bitdht append the following assignation to qmake command line # To disable bitdht append the following assignation to qmake command line
@ -164,8 +164,8 @@ no_rs_broadcast_discovery:CONFIG -= rs_broadcast_discovery
# To enable webui append the following assignation to qmake # To enable webui append the following assignation to qmake
# command line "CONFIG+=rs_webui" # command line "CONFIG+=rs_webui"
CONFIG *= rs_no_webui CONFIG *= no_rs_webui
rs_webui:CONFIG -= rs_no_webui rs_webui:CONFIG -= no_rs_webui
# To disable retroshare-service option to set webui password from the terminal # To disable retroshare-service option to set webui password from the terminal
# append the following assignation to qmake command line # append the following assignation to qmake command line