mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:49:06 +08:00
27 lines
486 B
JSON
27 lines
486 B
JSON
{
|
|
"name": "qtgrpc",
|
|
"version": "6.5.2",
|
|
"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
|
|
}
|
|
]
|
|
}
|