mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-22 21:31:07 -05: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
|
CONFIG *= no_rs_async_chat
|
||||||
rs_async_chat: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
|
# To disable direct chat which has been deprecated since RetroShare 0.6.5 append
|
||||||
# the following assignation to qmake command line "CONFIG+=direct_chat"
|
# the following assignation to qmake command line "CONFIG+=no_direct_chat"
|
||||||
CONFIG *= no_direct_chat
|
CONFIG *= direct_chat
|
||||||
direct_chat:CONFIG -= no_direct_chat
|
no_direct_chat:CONFIG -= direct_chat
|
||||||
|
|
||||||
# To disable bitdht append the following assignation to qmake command line
|
# To disable bitdht append the following assignation to qmake command line
|
||||||
# "CONFIG+=no_bitdht"
|
# "CONFIG+=no_bitdht"
|
||||||
|
Loading…
Reference in New Issue
Block a user