Fix compilation against Qt6 and add CI

This commit is contained in:
Tobias Fella
2023-02-01 16:34:39 +00:00
parent 833d2159e7
commit 4f7d32df2b
7 changed files with 18 additions and 9 deletions

View File

@@ -4,7 +4,11 @@
#include "controller.h"
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
#include <qt5keychain/keychain.h>
#else
#include <qt6keychain/keychain.h>
#endif
#include <KConfig>
#include <KConfigGroup>