mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-12 14:29:07 +08:00
27 lines
486 B
JSON
27 lines
486 B
JSON
|
{
|
||
|
"name": "qtgrpc",
|
||
|
"version": "6.5.0",
|
||
|
"description": "Qt framework based gRPC clients and services.",
|
||
|
"homepage": "https://www.qt.io/",
|
||
|
"license": null,
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "grpc",
|
||
|
"default-features": false
|
||
|
},
|
||
|
{
|
||
|
"name": "protobuf",
|
||
|
"default-features": false
|
||
|
},
|
||
|
{
|
||
|
"name": "qtbase",
|
||
|
"default-features": false
|
||
|
},
|
||
|
{
|
||
|
"name": "qtgrpc",
|
||
|
"host": true,
|
||
|
"default-features": false
|
||
|
}
|
||
|
]
|
||
|
}
|