From 9bbd6d49df4a2619cc67ae943b13e6617f8e6d3e Mon Sep 17 00:00:00 2001 From: csoler Date: Thu, 5 Sep 2019 23:06:06 +0200 Subject: [PATCH] fixed disabling libresapi in retroshare.pri --- retroshare.pri | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/retroshare.pri b/retroshare.pri index e60f8fad4..487635ce7 100644 --- a/retroshare.pri +++ b/retroshare.pri @@ -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