aboutsummaryrefslogtreecommitdiff
path: root/libraries/qca-qt5/README
diff options
context:
space:
mode:
authorMatteo Bernardini <ponce@slackbuilds.org>2020-08-13 14:49:21 +0200
committerRobby Workman <rworkman@slackbuilds.org>2021-04-17 23:56:15 -0500
commit8fd15ff59d1e5dd8f8275f795da5e13aa2d34f50 (patch)
treed7d31b244c77cb17816c466ee0ac794c5a043174 /libraries/qca-qt5/README
parent02fdc45024ba58e17d8936b3aa43a47b7ffb2801 (diff)
libraries/qca-qt5: Removed (added to Slackware).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/qca-qt5/README')
-rw-r--r--libraries/qca-qt5/README11
1 files changed, 0 insertions, 11 deletions
diff --git a/libraries/qca-qt5/README b/libraries/qca-qt5/README
deleted file mode 100644
index 83d6c42327714..0000000000000
--- a/libraries/qca-qt5/README
+++ /dev/null
@@ -1,11 +0,0 @@
-Qt Cryptographic Architecture for Qt5
-
-QCA aims to provide a straightforward and cross-platform crypto API,
-using Qt datatypes and conventions. QCA separates the API from the
-implementation, using plugins known as Providers. The advantage of
-this model is to allow applications to avoid linking to or explicitly
-depending on any particular cryptographic library. This allows one
-to easily change or upgrade crypto implementations without needing
-to recompile the application.
-
-QCA was written by Justin Karneges.