shift-shell/components/shellsettingsplugin/CMakeLists.txt

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

20 lines
539 B
Text
Raw 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 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
)
ecm_finalize_qml_module(shellsettingsplugin)