vcpkg/ports/qca/vcpkg.json
2021-12-06 20:51:41 -08:00

22 lines
383 B
JSON

{
"name": "qca",
"version": "2.3.4",
"description": "Qt Cryptographic Architecture (QCA).",
"homepage": "https://cgit.kde.org/qca.git/",
"dependencies": [
"botan",
{
"name": "qt5-base",
"default-features": false
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}