summaryrefslogtreecommitdiffstats
path: root/misc/qtkeychain/README
diff options
context:
space:
mode:
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.