summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-12-18 03:21:17 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2020-12-18 03:53:57 +0100
commit15d8eb2b8bc481bb143c257bfc81a368b04c82ca (patch)
tree65929441523189ed2ff003bb6fc25fe7331170ad /src
parentAdd download keys from secret storage (diff)
downloadnheko-15d8eb2b8bc481bb143c257bfc81a368b04c82ca.tar.xz
Update deps for keychain
Diffstat (limited to 'src')
-rw-r--r--src/Cache.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Cache.cpp b/src/Cache.cpp

index 9da0d87d..674b5793 100644 --- a/src/Cache.cpp +++ b/src/Cache.cpp
@@ -26,7 +26,11 @@ #include <QMap> #include <QStandardPaths> +#if __has_include(<keychain.h>) +#include <keychain.h> +#else #include <qt5keychain/keychain.h> +#endif #include <mtx/responses/common.hpp>