Get rid of FindQt5Keychain.cmake
authorKevin Ottens <kevin.ottens@nextcloud.com>
Thu, 29 Oct 2020 12:24:20 +0000 (13:24 +0100)
committerKevin Ottens <kevin.ottens@nextcloud.com>
Mon, 2 Nov 2020 12:19:48 +0000 (13:19 +0100)
commit3427dadaeb3527e6fe395b5aa5a0e6b299afc98b
treeaae03fb2c02c01e26f1b0883ecefbb7a3b11a5a4
parentdfd6cce97818ab560e7bdd6805e758d3d80133dd
Get rid of FindQt5Keychain.cmake

QtKeychain provides Qt5KeychainConfig.cmake and friends nowadays, so no
need to have a less reliable and outdated find module on our end.

Also this shows that we were including keychain.h in the wrong way and
were not using the link target, so both got fixed as well.

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
cmake/modules/FindQt5Keychain.cmake [deleted file]
src/gui/CMakeLists.txt
src/gui/creds/shibbolethcredentials.cpp
src/gui/proxyauthhandler.cpp
src/libsync/CMakeLists.txt
src/libsync/account.cpp
src/libsync/clientsideencryption.cpp
src/libsync/creds/httpcredentials.cpp
src/libsync/creds/keychainchunk.h