diff --git a/kwin/mobiletaskswitcher/plugin/CMakeLists.txt b/kwin/mobiletaskswitcher/plugin/CMakeLists.txt index b4fe4c75..4f211fd1 100644 --- a/kwin/mobiletaskswitcher/plugin/CMakeLists.txt +++ b/kwin/mobiletaskswitcher/plugin/CMakeLists.txt @@ -1,7 +1,11 @@ # SPDX-FileCopyrightText: 2025 Devin Lin # 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