Files
qt5/coin/provisioning/common/shared/vcpkg/vcpkg-configuration.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

10 lines
325 B
JSON

{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg-configuration.schema.json",
"default-registry": {
"kind": "git",
"repository": "https://git.qt.io/qtbuildsystem/vcpkg",
"baseline": "69d76a39e959a55928eb01b206fd82ef1746ffb4"
},
"overlay-triplets": [ "./../triplets" ]
}