shift-shell/components/windowplugin/CMakeLists.txt
2024-10-31 08:41:01 +00:00

20 lines
540 B
CMake

# SPDX-FileCopyrightText: 2023 Devin Lin <devin@kde.org>
# SPDX-License-Identifier: GPL-2.0-or-later
ecm_add_qml_module(windowplugin URI org.kde.plasma.private.mobileshell.windowplugin GENERATE_PLUGIN_SOURCE)
target_sources(windowplugin PRIVATE windowutil.cpp)
ecm_target_qml_sources(windowplugin SOURCES qml/WindowMaximizedTracker.qml)
target_link_libraries(windowplugin PRIVATE
Qt::Qml
Qt::DBus
Qt::Gui
Qt::Quick
Plasma::KWaylandClient
KF6::Service
KF6::ConfigCore
)
ecm_finalize_qml_module(windowplugin)