Registry / crypto / qca
library2.3.7vcpkgunverified

Qt Cryptographic Architecture (QCA).

vcpkg install qca
INSTALL
IMPORT
SIG · QCA
Q
qca
cryptocppv2.3.7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

QtCrypto/QtCrypto
✓ #include <QtCrypto/QtCrypto>

Initialize QCA and print its version

#include <QtCrypto/QtCrypto> #include <QCoreApplication> #include <QDebug> int main(int argc, char *argv[]) { QCoreApplication app(argc, argv); QCA::init(); qDebug() << "QCA version:" << QCA::version(); return 0; }
Debug
Known issues
gotchaRequires Qt5 or Qt6 and may need additional plugins for specific algorithms.
fix
Ensure Qt is installed and link against QCA::QCA; install qca-ossl plugin for OpenSSL support.
affects: *
Upgrade
Version history
2.3.7latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
Amazon
1
Resources

No resource links recorded.

qca — pip install qca · libregistry