aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2024-03-21 16:45:32 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2024-03-27 17:41:40 +0000
commit2d26d6127c75d4bce7c464e3d9f5b7caef5184e7 (patch)
treec52f446c48d4af6ed50a7941f48fd5796ca697f1
parent77dfa00feb0bb3065c7a738ae7d6327661f38af8 (diff)
Basic.impl: Add dependency entry for QtQuick
Types of the module derive from QQuickItem, so it should make the dependency explicit. This will help the QDS code model to find the connection to the correct types. Pick-to: 6.5 Change-Id: I59137d2d8d5b87f549a7d8dfc74283d21e38c93f Reviewed-by: Ulf Hermann <ulf.hermann@qt.io> Reviewed-by: Marco Bubke <marco.bubke@qt.io> Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> (cherry picked from commit 9dc056c5171a2ddae963cf45fa4fb5bd3978e674) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit d47d4b3fc5c88008df30067e2a43c674a9155d94)
-rw-r--r--src/quickcontrols/basic/impl/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/quickcontrols/basic/impl/CMakeLists.txt b/src/quickcontrols/basic/impl/CMakeLists.txt
index 61801b0cda..7f828c0350 100644
--- a/src/quickcontrols/basic/impl/CMakeLists.txt
+++ b/src/quickcontrols/basic/impl/CMakeLists.txt
@@ -10,6 +10,8 @@ qt_internal_add_qml_module(QuickControls2BasicStyleImpl
VERSION "${PROJECT_VERSION}"
CLASS_NAME QtQuickControls2BasicStyleImplPlugin
PLUGIN_TARGET qtquickcontrols2basicstyleimplplugin
+ DEPENDENCIES
+ QtQuick/auto
SOURCES
qquickbasicbusyindicator.cpp qquickbasicbusyindicator_p.h
qquickbasicdial.cpp qquickbasicdial_p.h