summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Bubke <marco.bubke@qt.io>2022-05-05 11:14:59 +0200
committerMarco Bubke <marco.bubke@qt.io>2022-05-11 13:39:55 +0200
commit853442d46c904faaa9b7485ff4092fd61fd79fb6 (patch)
treee8991d882ed664c4bf2899e9281b330e773119fa
parent1321bb17185c6d430511bedb51270615d57fdad9 (diff)
Add QtQml dependency to Qt3D.Render
Missing parameter types from QtQml. Pick-to: 6.3 6.2 Change-Id: Ie694feaac7ac4adf10d988c2fda1420603083c05 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
-rw-r--r--src/quick3d/imports/render/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/quick3d/imports/render/CMakeLists.txt b/src/quick3d/imports/render/CMakeLists.txt
index e37a04912..7cd7df848 100644
--- a/src/quick3d/imports/render/CMakeLists.txt
+++ b/src/quick3d/imports/render/CMakeLists.txt
@@ -8,6 +8,8 @@ qt_internal_add_qml_module(quick3drenderplugin
URI "Qt3D.Render"
VERSION "2.${PROJECT_VERSION_MINOR}"
CLASS_NAME Qt3DQuick3DRenderPlugin
+ DEPENDENCIES
+ QtQml/auto
PLUGIN_TARGET quick3drenderplugin
NO_PLUGIN_OPTIONAL
NO_GENERATE_PLUGIN_SOURCE