mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 20:47:37 +03:00
WITH_XC_AUTOTYPE defaults to ON and WITH_XC_HTTP includes ALL networking
This commit is contained in:
parent
cdce9e27fb
commit
3139ae1528
4 changed files with 27 additions and 6 deletions
|
@ -34,7 +34,7 @@ option(WITH_GUI_TESTS "Enable building of GUI tests" OFF)
|
|||
option(WITH_DEV_BUILD "Use only for development. Disables/warns about deprecated methods." OFF)
|
||||
option(WITH_COVERAGE "Use to build with coverage tests. (GCC ONLY)." OFF)
|
||||
|
||||
option(WITH_XC_AUTOTYPE "Include Autotype." OFF)
|
||||
option(WITH_XC_AUTOTYPE "Include Autotype." ON)
|
||||
option(WITH_XC_HTTP "Include KeePassHTTP." OFF)
|
||||
option(WITH_XC_YUBIKEY "Include Yubikey support." OFF)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue