# SPDX-FileCopyrightText: 2023 Devin Lin # 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)