[mobiletaskswitcher] Add missing dependency to QML module

The module exposes TaskFilterModel, which extends QSortFilterProxyModel

QSortFilterProxyModel is registered to QML as part of the QtCore module, so we need to add that to DEPENDENCIES for tools like qmllint to work properly
This commit is contained in:
Nicolas Fella 2025-07-03 22:16:15 +02:00
parent 7e6eeeace9
commit 25a3706d7f

View file

@ -1,7 +1,11 @@
# SPDX-FileCopyrightText: 2025 Devin Lin <devin@kde.org>
# SPDX-License-Identifier: GPL-2.0-or-later
ecm_add_qml_module(mobiletaskswitcherplugin URI org.kde.plasma.private.mobileshell.taskswitcherplugin GENERATE_PLUGIN_SOURCE)
ecm_add_qml_module(mobiletaskswitcherplugin
URI org.kde.plasma.private.mobileshell.taskswitcherplugin
GENERATE_PLUGIN_SOURCE
DEPENDENCIES QtCore
)
target_sources(mobiletaskswitcherplugin PRIVATE
mobiletaskswitchereffect.cpp