From 33937b28180d8e653e47b9e34c03972553976c6f Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Tue, 16 Feb 2021 11:00:04 +0100 Subject: 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 Reviewed-by: Fabian Kosmale (cherry picked from commit fe7318a6cf4398802f919766f2ac585bd844cf48) --- src/imports/layouts/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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 -- cgit v1.2.3