summaryrefslogtreecommitdiffstats
path: root/src/quick3d
diff options
context:
space:
mode:
authorMarco Bubke <marco.bubke@qt.io>2022-05-05 10:53:18 +0200
committerMarco Bubke <marco.bubke@qt.io>2022-05-11 13:39:52 +0200
commit1321bb17185c6d430511bedb51270615d57fdad9 (patch)
treeec7d37c1615c5ff36710bfcb72de85422b6ca9f5 /src/quick3d
parentfa2162c45ece108171c1173e56fcd385c67d0c72 (diff)
Add QtQml dependency to Qt3D.Input
Missing parameter types from QtQml. Pick-to: 6.3 6.2 Change-Id: Ifdc0344948403cf457ed5c5bbf099fb3d0408073 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/quick3d')
-rw-r--r--src/quick3d/imports/input/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
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