From fc257d16aaea1f08d63168c2b2648527fd5063a6 Mon Sep 17 00:00:00 2001 From: Alexey Edelev Date: Wed, 2 Aug 2023 12:07:01 +0200 Subject: [PATCH] Enable ProtobufWellKnownTypes build for iOS Specify QT_PROTOBUF_WELL_KNOWN_TYPES_PROTO_DIR that points to the host protobuf include directory, to grab the required .proto files. Task-number: QTBUG-115582 Pick-to: 6.6 Change-Id: I4e8b3043b105b05799921ac9a943f414718c1d09 Reviewed-by: Alexandru Croitor --- coin/platform_configs/cmake_platforms.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coin/platform_configs/cmake_platforms.yaml b/coin/platform_configs/cmake_platforms.yaml index c32bb069..e2b63134 100644 --- a/coin/platform_configs/cmake_platforms.yaml +++ b/coin/platform_configs/cmake_platforms.yaml @@ -207,7 +207,7 @@ Configurations: Features: ['Packaging', 'Sccache', 'DebugAndRelease', 'DisableTests', 'UseConfigure'] Environment variables: [ 'TARGET_CONFIGURE_ARGS=-debug-and-release -nomake examples -platform macx-ios-clang', - 'NON_QTBASE_TARGET_CMAKE_ARGS=-DFEATURE_native_grpc=OFF', + 'NON_QTBASE_TARGET_CMAKE_ARGS=-DFEATURE_native_grpc=OFF -DQT_PROTOBUF_WELL_KNOWN_TYPES_PROTO_DIR=/usr/local/include', ] - Id: 'windows-10_22h2-mingw11'