mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-24 16:05:36 +08:00
Provision protobuf and gRPC packages using vcpkg. Change-Id: I4d834236408938e228fb0721474edfad946a8dc8 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
15 lines
179 B
JSON
15 lines
179 B
JSON
{
|
|
"overrides": [
|
|
{
|
|
"name": "openssl",
|
|
"version": "3.0.7",
|
|
"port-version": 2
|
|
}
|
|
],
|
|
"dependencies": [
|
|
"openssl",
|
|
"protobuf",
|
|
"grpc"
|
|
]
|
|
}
|