aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2021-02-16 11:00:04 +0100
committerUlf Hermann <ulf.hermann@qt.io>2021-02-19 13:14:11 +0100
commit33937b28180d8e653e47b9e34c03972553976c6f (patch)
tree56a0240072cb3d1d4a4dfad8b45d6398413d4a6b /src
parentf74d278994d35a3ac154ddd411009a785dd46800 (diff)
Layouts: Depend on QtQuick
If we don't declare the dependency our tools won't figure out where QQuickItem comes from when analyzing the dependency hierarchy of layouts. Change-Id: I389c9e513a3a65143aa6b6fbf508eee584970181 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> (cherry picked from commit fe7318a6cf4398802f919766f2ac585bd844cf48)
Diffstat (limited to 'src')
-rw-r--r--src/imports/layouts/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/imports/layouts/CMakeLists.txt b/src/imports/layouts/CMakeLists.txt
index f0f957c024..6cfb911ba9 100644
--- a/src/imports/layouts/CMakeLists.txt
+++ b/src/imports/layouts/CMakeLists.txt
@@ -11,6 +11,8 @@ qt_internal_add_qml_module(qquicklayoutsplugin
DESIGNER_SUPPORTED
CLASSNAME QtQuickLayoutsPlugin
SKIP_TYPE_REGISTRATION
+ DEPENDENCIES
+ QtQuick
PLUGIN_OPTIONAL
SOURCES
plugin.cpp