only try to include qt6-keychain header and not the qt5 version
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>
Mon, 18 Sep 2023 20:16:07 +0000 (22:16 +0200)
committerMatthieu Gallien <matthieu_gallien@yahoo.fr>
Fri, 26 Apr 2024 07:05:12 +0000 (09:05 +0200)
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
src/libsync/clientsideencryption.cpp

index f027de29a2502442056dcf2e98ea992672088d3e..07436721e6961b3c10d52a9dee5fdd941c78a562 100644 (file)
 #include <common/checksums.h>
 #include "wordlist.h"
 
-#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0)
 #include <qt6keychain/keychain.h>
-#else
-#include <qt5keychain/keychain.h>
-#endif
 
 #include <KCompressionDevice>