mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-29 20:23:41 +08:00
0f3bc6733c
* [qca] Fix usage * version * Add double quotes to paths * version * Remove some double quotes * version * Remove depreciate code * version * Try to remove the out-dated code * version * Apply suggestions * version
22 lines
391 B
JSON
22 lines
391 B
JSON
{
|
|
"name": "qca",
|
|
"version": "2.3.1",
|
|
"port-version": 4,
|
|
"description": "Qt Cryptographic Architecture (QCA).",
|
|
"homepage": "https://cgit.kde.org/qca.git/",
|
|
"dependencies": [
|
|
{
|
|
"name": "qt5-base",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|