only try to include qt6-keychain header and not the qt5 version

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
Matthieu Gallien 2023-09-18 22:16:07 +02:00 committed by Matthieu Gallien
parent 032af80d4d
commit 44f6d514ff

View file

@ -19,11 +19,7 @@
#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>