mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-22 19:51:16 -05:00
Deprecate KeePassHTTP and introduce WITH_XC_NETWORKING CMake option
This commit is contained in:
parent
f2b3181735
commit
f520a0f272
17 changed files with 127 additions and 43 deletions
|
|
@ -78,20 +78,20 @@ AboutDialog::AboutDialog(QWidget* parent)
|
|||
#endif
|
||||
|
||||
QString extensions;
|
||||
#ifdef WITH_XC_HTTP
|
||||
extensions += "\n- KeePassHTTP";
|
||||
#endif
|
||||
#ifdef WITH_XC_AUTOTYPE
|
||||
extensions += "\n- Auto-Type";
|
||||
#endif
|
||||
#ifdef WITH_XC_YUBIKEY
|
||||
extensions += "\n- YubiKey";
|
||||
#ifdef WITH_XC_BROWSER
|
||||
extensions += "\n- Browser Integration";
|
||||
#endif
|
||||
#ifdef WITH_XC_HTTP
|
||||
extensions += "\n- Legacy Browser Integration (KeePassHTTP)";
|
||||
#endif
|
||||
#ifdef WITH_XC_SSHAGENT
|
||||
extensions += "\n- SSH Agent";
|
||||
#endif
|
||||
#ifdef WITH_XC_BROWSER
|
||||
extensions += "\n- Native messaging browser extension";
|
||||
#ifdef WITH_XC_YUBIKEY
|
||||
extensions += "\n- YubiKey";
|
||||
#endif
|
||||
|
||||
if (extensions.isEmpty())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue