mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 05:49:14 +08:00
22 lines
417 B
JSON
22 lines
417 B
JSON
{
|
|
"name": "kd-soap",
|
|
"version": "2.1.1",
|
|
"description": "A Qt-based client-side and server-side SOAP component",
|
|
"homepage": "https://www.kdab.com/products/kd-soap",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|