vcpkg/ports/qca/vcpkg.json
Kai Pastor f66871330f
[vcpkg baseline][qca] Fix pkgconfig dependency properly (#30702)
* [qca] Fix pkgconfig dependency properly

* Update qca.json

---------

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
2023-04-09 21:54:25 -07:00

37 lines
632 B
JSON

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