From 1321bb17185c6d430511bedb51270615d57fdad9 Mon Sep 17 00:00:00 2001 From: Marco Bubke Date: Thu, 5 May 2022 10:53:18 +0200 Subject: Add QtQml dependency to Qt3D.Input Missing parameter types from QtQml. Pick-to: 6.3 6.2 Change-Id: Ifdc0344948403cf457ed5c5bbf099fb3d0408073 Reviewed-by: Ulf Hermann --- src/quick3d/imports/input/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/quick3d') diff --git a/src/quick3d/imports/input/CMakeLists.txt b/src/quick3d/imports/input/CMakeLists.txt index 3742a6ed7..6df18be17 100644 --- a/src/quick3d/imports/input/CMakeLists.txt +++ b/src/quick3d/imports/input/CMakeLists.txt @@ -8,6 +8,8 @@ qt_internal_add_qml_module(quick3dinputplugin URI "Qt3D.Input" VERSION "2.${PROJECT_VERSION_MINOR}" CLASS_NAME Qt3DQuick3DInputPlugin + DEPENDENCIES + QtQml/auto PLUGIN_TARGET quick3dinputplugin NO_PLUGIN_OPTIONAL NO_GENERATE_PLUGIN_SOURCE -- cgit v1.2.3