aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Vogt <fvogt@suse.de>2023-11-23 09:37:25 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-11-23 10:33:43 +0000
commit295e77fcbd82efdb6e8b11604df950b80c4a2074 (patch)
tree8be4e0be5b61af05c291520cc19d09b984392225
parent19fba00f937e93dd6158b0ff218f0295e2b7d5e0 (diff)
CMake: Fix some depends statements in QML modules
DEPENDENCIES refers to module identifiers, not CMake targets. Change-Id: If5769d9ef1ff4f1e0b58939641497e0f689f50bb Pick-to: 6.5 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> (cherry picked from commit 30d7a5833d213cd6aa1a60be1a60b26110165c60) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/helpers/impl/CMakeLists.txt2
-rw-r--r--src/quick3dparticleeffects/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/helpers/impl/CMakeLists.txt b/src/helpers/impl/CMakeLists.txt
index 22c6f12f..b3f77328 100644
--- a/src/helpers/impl/CMakeLists.txt
+++ b/src/helpers/impl/CMakeLists.txt
@@ -9,7 +9,7 @@ qt_internal_add_qml_module(Quick3DHelpersImpl
NO_PLUGIN_OPTIONAL
DEPENDENCIES
QtQuick3D/auto
- Quick3DHelpers/auto
+ QtQuick3D.Helpers/auto
SOURCES
sceneeffects.cpp sceneeffects_p.h
qquick3drenderstatsmeshesmodel_p.h qquick3drenderstatsmeshesmodel.cpp
diff --git a/src/quick3dparticleeffects/CMakeLists.txt b/src/quick3dparticleeffects/CMakeLists.txt
index 61528cdd..120afe6c 100644
--- a/src/quick3dparticleeffects/CMakeLists.txt
+++ b/src/quick3dparticleeffects/CMakeLists.txt
@@ -13,7 +13,7 @@ qt_internal_add_qml_module(Quick3DParticleEffects
PLUGIN_TARGET qtquick3dparticleeffectsplugin
DEPENDENCIES
QtQuick3D/auto
- QtQuick3DParticles3D/auto
+ QtQuick3D.Particles3D/auto
NO_SYNC_QT
DEFINES
QT_BUILD_QUICK3DPARTICLEEFFECTS_LIB