vcpkg/ports/qca/vcpkg.json
2023-04-05 16:58:55 -07:00

41 lines
705 B
JSON

{
"name": "qca",
"version": "2.3.5",
"port-version": 1,
"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",
{
"name": "pkgconf",
"host": true
}
]
}
}
}