From 558130f2fced95ad1a1fd6445ff6e41cf7c4c39d Mon Sep 17 00:00:00 2001 From: Alexey Edelev Date: Tue, 14 Jan 2025 11:35:43 +0100 Subject: [PATCH] Add the missing qt_autogen_tools_initial_setup for the well-known type tests The qt_autogen_tools_initial_setup was called with the wrong target. Pick-to: 6.8 6.9 Change-Id: Ied10a04745a75d5894fc8f04243e75f04c0c8390 Reviewed-by: Dennis Oberst --- tests/auto/protobuf/wellknown/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/auto/protobuf/wellknown/CMakeLists.txt b/tests/auto/protobuf/wellknown/CMakeLists.txt index 64e822d3..20934f8f 100644 --- a/tests/auto/protobuf/wellknown/CMakeLists.txt +++ b/tests/auto/protobuf/wellknown/CMakeLists.txt @@ -23,6 +23,7 @@ qt6_add_protobuf(tst_protobuf_any PROTO_INCLUDES $ ) +qt_autogen_tools_initial_setup(tst_protobuf_any) qt_internal_add_test(tst_protobuf_timestamp SOURCES @@ -41,4 +42,4 @@ qt6_add_protobuf(tst_protobuf_timestamp EXTRA_NAMESPACE MyTopLevelNamespace ) -qt_autogen_tools_initial_setup(tst_protobuf_basictypes_gen) +qt_autogen_tools_initial_setup(tst_protobuf_timestamp)