Files
qt5/coin/provisioning/common/shared/vcpkg/vcpkg.json
Joerg Bornemann 35389bc1be coin: Enable target-protoc for vcpkg-provided protobuf
This feature enables us to build protobuf with different host/target
triplets to lipo the result.

Fixes: QTBUG-145933
Change-Id: I1456c148686c27cecc6f1f2f5decdeb6f0a2304d
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2026-04-25 08:04:11 +00:00

23 lines
329 B
JSON

{
"overrides": [
{
"name": "openssl",
"version": "3.0.7",
"port-version": 2
}
],
"dependencies": [
"openssl",
{
"name": "protobuf",
"platform": "!osx"
},
{
"name": "protobuf",
"platform": "osx",
"features": [ "target-protoc" ]
},
"grpc"
]
}