From af65ac1aa830d44ef77c31846d6f55e2817addd6 Mon Sep 17 00:00:00 2001 From: csoler Date: Fri, 6 Sep 2019 22:28:15 +0200 Subject: [PATCH] disabled libresapi httpserver as well --- retroshare.pri | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/retroshare.pri b/retroshare.pri index 487635ce7..b06687a5d 100644 --- a/retroshare.pri +++ b/retroshare.pri @@ -84,8 +84,8 @@ libresapi_settings:CONFIG -= no_libresapi_settings # To disable libresapi via HTTP (based on libmicrohttpd) append the following # assignation to qmake command line "CONFIG+=no_libresapihttpserver" -CONFIG *= libresapihttpserver -no_libresapihttpserver:CONFIG -= libresapihttpserver +CONFIG *= no_libresapihttpserver +libresapihttpserver:CONFIG -= no_libresapihttpserver # To disable SQLCipher support append the following assignation to qmake # command line "CONFIG+=no_sqlcipher"