mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Enable direct chat by default
This commit is contained in:
parent
ac146c6808
commit
69debe5052
@ -137,10 +137,10 @@ CONFIG *= rs_gxs_trans
|
||||
CONFIG *= no_rs_async_chat
|
||||
rs_async_chat:CONFIG -= no_rs_async_chat
|
||||
|
||||
# To enable direct chat which has been deprecated since RetroShare 0.6.5 append
|
||||
# the following assignation to qmake command line "CONFIG+=direct_chat"
|
||||
CONFIG *= no_direct_chat
|
||||
direct_chat:CONFIG -= no_direct_chat
|
||||
# To disable direct chat which has been deprecated since RetroShare 0.6.5 append
|
||||
# the following assignation to qmake command line "CONFIG+=no_direct_chat"
|
||||
CONFIG *= direct_chat
|
||||
no_direct_chat:CONFIG -= direct_chat
|
||||
|
||||
# To disable bitdht append the following assignation to qmake command line
|
||||
# "CONFIG+=no_bitdht"
|
||||
|
Loading…
Reference in New Issue
Block a user