Remove KeePassHttp plugin and qhttp (#1752)

Remove KeePassHttp plugin and qhttp
This commit is contained in:
Jonathan White 2018-03-31 11:36:18 -04:00 committed by GitHub
parent bd654ea1db
commit 410d88bf99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
66 changed files with 7 additions and 10289 deletions

View file

@ -93,10 +93,12 @@ These steps place the compiled KeePassXC binary inside the `./build/src/` direct
```
-DWITH_XC_AUTOTYPE=[ON|OFF] Enable/Disable Auto-Type (default: ON)
-DWITH_XC_HTTP=[ON|OFF] Enable/Disable KeePassHTTP and custom icon downloads (default: OFF)
-DWITH_XC_YUBIKEY=[ON|OFF] Enable/Disable YubiKey HMAC-SHA1 authentication support (default: OFF)
-DWITH_XC_BROWSER=[ON|OFF] Enable/Disable KeePassXC-Browser extension support (default: OFF)
-DWITH_XC_NETWORKING=[ON|OFF] Enable/Disable Networking support (favicon download) (default: OFF)
-DWITH_XC_ALL=[ON|OFF] Enable/Disable compiling all plugins above (default: OFF)
-DWITH_TESTS=[ON|OFF] Enable/Disable building of unit tests (default: ON)
-DWITH_GUI_TESTS=[ON|OFF] Enable/Disable building of GUI tests (default: OFF)
-DWITH_DEV_BUILD=[ON|OFF] Enable/Disable deprecated method warnings (default: OFF)