summaryrefslogtreecommitdiffstats
path: root/misc/qtkeychain/README
diff options
context:
space:
mode:
author Matteo Bernardini2021-01-30 16:23:40 +0100
committer Matteo Bernardini2021-01-30 16:23:40 +0100
commitc92ee29b17ad2239ce11ddd76134b199ef5a3ed2 (patch)
treeed33817b0ffbb52c85efc59a8ff7282182e7c0b5 /misc/qtkeychain/README
parent2e286279c8e562590897ef95d592f0ce4edbce32 (diff)
downloadslackbuilds-c92ee29b17ad2239ce11ddd76134b199ef5a3ed2.tar.gz
20210130.1 global branch merge.current-20210130.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'misc/qtkeychain/README')
-rw-r--r--misc/qtkeychain/README11
1 files changed, 0 insertions, 11 deletions
diff --git a/misc/qtkeychain/README b/misc/qtkeychain/README
deleted file mode 100644
index 5457220f6f..0000000000
--- a/misc/qtkeychain/README
+++ /dev/null
@@ -1,11 +0,0 @@
-QtKeychain is a Qt API to store passwords and other secret data
-securely. How the data is stored on Linux:
-
-If running, GNOME Keyring is used, otherwise qtkeychain tries to
-use KWallet (via D-Bus), if available. In unsupported environments
-QtKeychain will report an error. It will not store any data
-unencrypted unless explicitly requested
-(setInsecureFallback( true )).
-
-If this is built against the optional dependency qt5 it will use
-that instead of qt-4.x.