mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-31 10:19:24 -04:00
Enable direct chat by default
This commit is contained in:
parent
ac146c6808
commit
69debe5052
1 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue