mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
[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:
parent
7e6eeeace9
commit
25a3706d7f
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue