shift-shell/components/shellsettingsplugin/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

24 lines
581 B
Text
Raw Permalink Normal View History

# SPDX-FileCopyrightText: 2023 Devin Lin <devin@kde.org>
# SPDX-License-Identifier: GPL-2.0-or-later
ecm_add_qml_module(shellsettingsplugin URI org.kde.plasma.private.mobileshell.shellsettingsplugin GENERATE_PLUGIN_SOURCE)
target_sources(shellsettingsplugin PRIVATE
kwinsettings.cpp
mobileshellsettings.cpp
)
target_link_libraries(shellsettingsplugin PRIVATE
Qt::Qml
Qt::DBus
Qt::Gui
Qt::Quick
2023-11-23 14:26:22 +00:00
Plasma::KWaylandClient
KF6::Service
KF6::Package
KF6::KIOGui
KF6::JobWidgets
KF6::Screen
)
ecm_finalize_qml_module(shellsettingsplugin)