mirror of
git://code.qt.io/qt/qt5.git
synced 2026-08-31 14:47:20 +08:00
dd170ab8a4
This switches vcpkg back to a specific tag of the master branch of our fork. That's why we can remove the "reference" key from the configuration too, since master is the default branch. The updated protobuf port only builds the libprotoc compiler library when the target triplet equals the host triplet, or when the libprotoc or target-protoc feature is requested. Since we always build against our custom *-qt triplets, which never match the host triplet, request the libprotoc feature so that protobuf::libprotoc is available and qtgrpc can build qtprotobufgen. Pick-to: 6.12 Change-Id: Ief4b12c57c082f94b2bcfae6fd02ebac7018a5c9 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>