mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-09-19 20:34:49 -04:00
Merge pull request #2495 from csoler/v0.6-FriendServer
V0.6 friend server
This commit is contained in:
commit
b847caa11b
41 changed files with 3009 additions and 688 deletions
|
@ -51,6 +51,11 @@ retroshare_plugins:CONFIG -= no_retroshare_plugins
|
|||
CONFIG *= retroshare_service
|
||||
no_retroshare_service:CONFIG -= retroshare_service
|
||||
|
||||
# To disable RetroShare FriendServer append the following assignation to
|
||||
# qmake command line "CONFIG+=no_rs_friendserver"
|
||||
CONFIG *= retroshare_friendserver
|
||||
no_rs_friendserver:CONFIG -= retroshare_friendserver
|
||||
|
||||
# To disable SQLCipher support append the following assignation to qmake
|
||||
# command line "CONFIG+=no_sqlcipher"
|
||||
CONFIG *= sqlcipher
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue