mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 22:59:00 +08:00
22 lines
383 B
JSON
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
|
|
}
|
|
]
|
|
}
|