mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 20:47:37 +03:00
Implemented qhttp in server protocol
This commit is contained in:
parent
6dcb83f913
commit
5274826e5c
41 changed files with 6850 additions and 250 deletions
|
@ -179,10 +179,6 @@ find_package(LibGPGError REQUIRED)
|
|||
|
||||
find_package(Gcrypt 1.6.0 REQUIRED)
|
||||
|
||||
if (WITH_XC_HTTP)
|
||||
find_package(LibMicroHTTPD REQUIRED)
|
||||
endif(WITH_XC_HTTP)
|
||||
|
||||
find_package(ZLIB REQUIRED)
|
||||
|
||||
check_cxx_source_compiles("
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue