From 628d248be23ce6c64f93551ed2391ca605bf4380 Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Sun, 9 Jun 2024 22:56:32 +0200 Subject: [PATCH] Add QML module dependency --- components/mobileshell/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/mobileshell/CMakeLists.txt b/components/mobileshell/CMakeLists.txt index edce24eb..61901330 100644 --- a/components/mobileshell/CMakeLists.txt +++ b/components/mobileshell/CMakeLists.txt @@ -1,7 +1,7 @@ # SPDX-FileCopyrightText: 2021 Devin Lin # SPDX-License-Identifier: GPL-2.0-or-later -ecm_add_qml_module(mobileshellplugin URI org.kde.plasma.private.mobileshell GENERATE_PLUGIN_SOURCE) +ecm_add_qml_module(mobileshellplugin URI org.kde.plasma.private.mobileshell GENERATE_PLUGIN_SOURCE DEPENDENCIES QtQuick) set(mobileshellplugin_SRCS shellutil.cpp