summarylogtreecommitdiffstats
path: root/0001-qt6-qtkeychain.patch
diff options
context:
space:
mode:
authorRasmus Karlsson2023-09-28 20:51:12 +0200
committerRasmus Karlsson2023-09-28 20:51:12 +0200
commit9f78a9d9401606bd2d86bb2ad740fe065af5ec40 (patch)
tree23941b0ac3449864f73c1535cc1f81e52994cd1f /0001-qt6-qtkeychain.patch
parentce857b3366b9552093bc6602bd45a14a9a790e5b (diff)
downloadaur-9f78a9d9401606bd2d86bb2ad740fe065af5ec40.tar.gz
patch qt5 hardcoded path in c2
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