diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2017-01-09 17:16:54 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:17:41 +0000 |
commit | c03f9eefd751d515abb40f392c8a86268eabde33 (patch) | |
tree | 60826cba6ebb6d4570b8d9aefb99717cb1f86780 /misc/qtkeychain | |
parent | 5fd12f5b43d04564d4f850475201b35a173c0058 (diff) | |
download | slackbuilds-c03f9eefd751d515abb40f392c8a86268eabde33.tar.gz |
misc/qtkeychain: Noted the optional dependency qt5.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'misc/qtkeychain')
-rw-r--r-- | misc/qtkeychain/README | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/misc/qtkeychain/README b/misc/qtkeychain/README index d3146b889d..5457220f6f 100644 --- a/misc/qtkeychain/README +++ b/misc/qtkeychain/README @@ -4,5 +4,8 @@ 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 )). +unencrypted unless explicitly requested +(setInsecureFallback( true )). + +If this is built against the optional dependency qt5 it will use +that instead of qt-4.x. |