vcpkg/ports/qca/vcpkg.json
2023-10-09 15:05:22 -07:00

36 lines
611 B
JSON

{
"name": "qca",
"version": "2.3.7",
"description": "Qt Cryptographic Architecture (QCA).",
"homepage": "https://userbase.kde.org/QCA",
"dependencies": [
{
"name": "qt5compat",
"default-features": false
},
{
"name": "qtbase",
"default-features": false
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"default-features": [
"botan"
],
"features": {
"botan": {
"description": "Build with botan",
"dependencies": [
"botan"
]
}
}
}