mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-29 08:37:36 -04:00
disabled libresapi httpserver as well
This commit is contained in:
parent
c365a96489
commit
af65ac1aa8
1 changed files with 2 additions and 2 deletions
|
@ -84,8 +84,8 @@ libresapi_settings:CONFIG -= no_libresapi_settings
|
||||||
|
|
||||||
# To disable libresapi via HTTP (based on libmicrohttpd) append the following
|
# To disable libresapi via HTTP (based on libmicrohttpd) append the following
|
||||||
# assignation to qmake command line "CONFIG+=no_libresapihttpserver"
|
# assignation to qmake command line "CONFIG+=no_libresapihttpserver"
|
||||||
CONFIG *= libresapihttpserver
|
CONFIG *= no_libresapihttpserver
|
||||||
no_libresapihttpserver:CONFIG -= libresapihttpserver
|
libresapihttpserver:CONFIG -= no_libresapihttpserver
|
||||||
|
|
||||||
# To disable SQLCipher support append the following assignation to qmake
|
# To disable SQLCipher support append the following assignation to qmake
|
||||||
# command line "CONFIG+=no_sqlcipher"
|
# command line "CONFIG+=no_sqlcipher"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue