4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-14 19:39:33 +00:00
Tobias Junghans 2c3992f075 Add Qt 6 build support
The Core5Compat module is still required for QTextCodec and some
difficult remaining QRegExp -> QRegularExpression migrations.
2021-05-29 22:28:27 +00:00
..
2021-05-29 22:28:27 +00:00
2020-09-07 02:13:47 +02:00

QCA Botan plugin
------------------
Author: Brad Hards <bradh@frogmouth.net>

This plugin provides features based on Botan. It implements:
* TBA


Requirements:
  Botan 1.4.1 or later

Installation procedure:
  ./configure
  make
  su -c "make install"