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 <dennis.oberst@qt.io>
This commit is contained in:
Alexey Edelev 2025-01-14 11:35:43 +01:00
parent 57e7eb2006
commit 558130f2fc
1 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@ qt6_add_protobuf(tst_protobuf_any
PROTO_INCLUDES
$<TARGET_PROPERTY:Qt6::ProtobufWellKnownTypes,QT_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)