summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Bubke <marco.bubke@qt.io>2022-05-04 12:02:16 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-05-11 13:53:26 +0000
commit6c2a27e8cfac1168baab7c31300a7d60a4541f40 (patch)
tree89b25af2ef29ec4c0bf9c3df8f4d4fd778224fb0
parent1c394aa5cee14ee1be7ef3c5d6f37b0dae167f9c (diff)
Add QtQuick dependency to Qt3D.Core
QQuickPropertyAnimation is referenced as prototype but there is no dependency declared to QtQuick where it is defined. Change-Id: I54a1c2edd79180da4f92cfb73b851df20f3e28a7 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io> (cherry picked from commit fb57de664f5915b9f0dfafd2d5dd33ef706f4672) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/quick3d/quick3d/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/quick3d/quick3d/CMakeLists.txt b/src/quick3d/quick3d/CMakeLists.txt
index 99aba2615..2f243a877 100644
--- a/src/quick3d/quick3d/CMakeLists.txt
+++ b/src/quick3d/quick3d/CMakeLists.txt
@@ -9,6 +9,8 @@ qt_internal_add_qml_module(3DQuick
VERSION "${PROJECT_VERSION}"
PAST_MAJOR_VERSIONS 2
CLASS_NAME Qt3DQuick3DCorePlugin
+ DEPENDENCIES
+ QtQuick/auto
PLUGIN_TARGET quick3dcoreplugin
NO_PLUGIN_OPTIONAL
NO_GENERATE_PLUGIN_SOURCE