mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-11 23:49:38 -05:00
Fix inconsistence in friendserver QMake build option naming
This commit is contained in:
parent
ededce7bd6
commit
9d406ba26f
@ -52,9 +52,9 @@ CONFIG *= retroshare_service
|
|||||||
no_retroshare_service:CONFIG -= retroshare_service
|
no_retroshare_service:CONFIG -= retroshare_service
|
||||||
|
|
||||||
# To disable RetroShare FriendServer append the following assignation to
|
# To disable RetroShare FriendServer append the following assignation to
|
||||||
# qmake command line "CONFIG+=no_rs_friendserver"
|
# qmake command line "CONFIG+=no_retroshare_friendserver"
|
||||||
CONFIG *= retroshare_friendserver
|
CONFIG *= retroshare_friendserver
|
||||||
no_rs_friendserver:CONFIG -= retroshare_friendserver
|
no_retroshare_friendserver:CONFIG -= retroshare_friendserver
|
||||||
|
|
||||||
# To disable SQLCipher support append the following assignation to qmake
|
# To disable SQLCipher support append the following assignation to qmake
|
||||||
# command line "CONFIG+=no_sqlcipher"
|
# command line "CONFIG+=no_sqlcipher"
|
||||||
|
Loading…
Reference in New Issue
Block a user