mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 19:36:04 +08:00
Add vcpkg build of protobuf and gRPC
Provision protobuf and gRPC packages using vcpkg. Change-Id: I4d834236408938e228fb0721474edfad946a8dc8 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
}
|
||||
],
|
||||
"dependencies": [
|
||||
"openssl"
|
||||
"openssl",
|
||||
"protobuf",
|
||||
"grpc"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -7,6 +7,8 @@
|
||||
}
|
||||
],
|
||||
"dependencies": [
|
||||
"openssl"
|
||||
"openssl",
|
||||
"protobuf",
|
||||
"grpc"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user