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>
This commit is contained in:
Joerg Bornemann
2026-04-22 12:29:07 +02:00
parent c653ec850c
commit 35389bc1be
3 changed files with 11 additions and 3 deletions

View File

@@ -8,7 +8,15 @@
],
"dependencies": [
"openssl",
"protobuf",
{
"name": "protobuf",
"platform": "!osx"
},
{
"name": "protobuf",
"platform": "osx",
"features": [ "target-protoc" ]
},
"grpc"
]
}