mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 06:55:59 +03:00
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:
parent
032af80d4d
commit
44f6d514ff
1 changed files with 0 additions and 4 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue