fixed disabling libresapi in retroshare.pri

This commit is contained in:
csoler 2019-09-05 23:06:06 +02:00
parent b7ff7373c1
commit 9bbd6d49df
No known key found for this signature in database
GPG Key ID: 7BCA522266C0804C

View File

@ -67,10 +67,9 @@ retroshare_qml_app:CONFIG -= no_retroshare_qml_app
CONFIG *= retroshare_service
retroshare_service:CONFIG -= no_retroshare_service
# To disable libresapi append the following assignation to qmake command line
# To enable libresapi (deprecated) append the following assignation to qmake command line
CONFIG+=no_libresapi
#CONFIG *= libresapi
no_libresapi:CONFIG -= libresapi
libresapi:CONFIG -= no_libresapi
# To enable libresapi via local socket (unix domain socket or windows named
# pipes) append the following assignation to qmake command line