vcpkg/ports/qca/vcpkg.json
2021-12-20 11:26:20 -05:00

23 lines
404 B
JSON

{
"name": "qca",
"version": "2.3.4",
"port-version": 1,
"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
}
]
}