From c94e5f7a5b400347fcf2367bfd536bcd739ac48a Mon Sep 17 00:00:00 2001 From: Alexey Edelev Date: Wed, 2 Aug 2023 16:17:10 +0200 Subject: [PATCH] Require protobuf 3.12 as the minimal supported version Change-Id: I2c089a508d6d6ef12b2e9fe821945f832f2617c3 Reviewed-by: Konrad Kujawa Reviewed-by: Qt CI Bot Reviewed-by: Tatiana Borisova --- src/protobuf/configure.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protobuf/configure.cmake b/src/protobuf/configure.cmake index 2101c1bb..aa842c0d 100644 --- a/src/protobuf/configure.cmake +++ b/src/protobuf/configure.cmake @@ -1,7 +1,7 @@ # Copyright (C) 2022 The Qt Company Ltd. # SPDX-License-Identifier: BSD-3-Clause -qt_find_package(WrapProtobuf +qt_find_package(WrapProtobuf 3.12 PROVIDED_TARGETS WrapProtobuf::WrapLibProtoc WrapProtobuf::WrapLibProtobuf