summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Bubke <marco.bubke@qt.io>2022-05-05 09:55:30 +0200
committerMarco Bubke <marco.bubke@qt.io>2022-05-11 13:39:30 +0200
commit3c296cfa5d3da365162e56f9eb7b42628b89e9e6 (patch)
treee466fde52effa93b344f87b2062afd2ffd228456
parentfb57de664f5915b9f0dfafd2d5dd33ef706f4672 (diff)
downloadqt3d-3c296cfa5d3da365162e56f9eb7b42628b89e9e6.tar.gz
Add QtQml and Qt3D.Render dependency to Qt3D.Animation
Missing parameter types from QtQml and Qt3D.Render. Pick-to: 6.3 6.2 Change-Id: I9e90a5a5be9e9cbc76471bd53b5a6928aabc8a10 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
-rw-r--r--src/quick3d/imports/animation/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/quick3d/imports/animation/CMakeLists.txt b/src/quick3d/imports/animation/CMakeLists.txt
index 1301b7abd..06308275e 100644
--- a/src/quick3d/imports/animation/CMakeLists.txt
+++ b/src/quick3d/imports/animation/CMakeLists.txt
@@ -8,6 +8,9 @@ qt_internal_add_qml_module(quick3danimationplugin
URI "Qt3D.Animation"
VERSION "2.${PROJECT_VERSION_MINOR}"
CLASS_NAME Qt3DQuick3DAnimationPlugin
+ DEPENDENCIES
+ QtQml/auto
+ Qt3D.Render/auto
PLUGIN_TARGET quick3danimationplugin
NO_PLUGIN_OPTIONAL
NO_GENERATE_PLUGIN_SOURCE