disabled libresapi httpserver as well

This commit is contained in:
csoler 2019-09-06 22:28:15 +02:00
parent c365a96489
commit af65ac1aa8
No known key found for this signature in database
GPG Key ID: 7BCA522266C0804C

View File

@ -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"