Fix inconsistence in friendserver QMake build option naming

This commit is contained in:
Gioacchino Mazzurco 2023-10-18 10:34:17 +02:00
parent ededce7bd6
commit 9d406ba26f
No known key found for this signature in database
GPG Key ID: A1FBCA3872E87051

View File

@ -52,9 +52,9 @@ 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"
# qmake command line "CONFIG+=no_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
# command line "CONFIG+=no_sqlcipher"