aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2022-11-29 14:17:26 +0100
committerFabian Kosmale <fabian.kosmale@qt.io>2022-11-29 14:46:34 +0000
commit1cae237329be3badbe75a42d061757ed2345817e (patch)
tree6b620eaa702d76480018f5f39e56e4716f9aaade
parent43ef237f99d9f466b0889eaecff49b5898e6e8f3 (diff)
Fix build error in top level builds
We need to set up autogen tools not onlyfor the main library but also for the plugin. Fixes: QTBUG-109010 Pick-to: 6.4 6.2 Change-Id: I72b64c3803eb1de5f07e8dde05b87d95bc5dc7f2 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
-rw-r--r--tests/auto/qml/debugger/qv4debugger/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qml/debugger/qv4debugger/CMakeLists.txt b/tests/auto/qml/debugger/qv4debugger/CMakeLists.txt
index 519acaedff..cbfafffc8b 100644
--- a/tests/auto/qml/debugger/qv4debugger/CMakeLists.txt
+++ b/tests/auto/qml/debugger/qv4debugger/CMakeLists.txt
@@ -23,6 +23,7 @@ qt6_add_qml_module(testCppTypes
SOURCES
commontypes.h
)
+qt_autogen_tools_initial_setup(testCppTypesplugin)
qt_internal_add_test(tst_qv4debugger
SOURCES