mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 07:19:08 +08:00
7cfd63db7f
Co-authored-by: jyu49 <yu_jack@apple.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
23 lines
438 B
JSON
23 lines
438 B
JSON
{
|
|
"name": "kd-soap",
|
|
"version": "2.1.1",
|
|
"port-version": 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
|
|
}
|
|
]
|
|
}
|