summarylogtreecommitdiffstats
path: root/0001-qt6-qtkeychain.patch
diff options
context:
space:
mode:
Diffstat (limited to '0001-qt6-qtkeychain.patch')
-rw-r--r--0001-qt6-qtkeychain.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/0001-qt6-qtkeychain.patch b/0001-qt6-qtkeychain.patch
new file mode 100644
index 000000000000..6194a2fd5783
--- /dev/null
+++ b/0001-qt6-qtkeychain.patch
@@ -0,0 +1,13 @@
+diff --git a/src/common/Credentials.cpp b/src/common/Credentials.cpp
+index d3bb5ebbd..680f290c5 100644
+--- a/src/common/Credentials.cpp
++++ b/src/common/Credentials.cpp
+@@ -11,7 +11,7 @@
+
+ #ifndef NO_QTKEYCHAIN
+ # ifdef CMAKE_BUILD
+-# include "qt5keychain/keychain.h"
++# include "qt6keychain/keychain.h"
+ # else
+ # include "keychain.h"
+ # endif