mirror of
git://code.qt.io/qt/qt5.git
synced 2026-05-04 18:27:05 +08:00
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>
23 lines
329 B
JSON
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"
|
|
]
|
|
}
|