shift-shell/components/mmplugin/CMakeLists.txt

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

22 lines
482 B
Text
Raw Normal View History

# SPDX-FileCopyrightText: 2021 Tobias Fella <fella@posteo.de>
# SPDX-License-Identifier: GPL-2.0-or-later
ecm_add_qml_module(ppc-mmqmlplugin URI org.kde.plasma.mm GENERATE_PLUGIN_SOURCE)
target_sources(ppc-mmqmlplugin PRIVATE
signalindicator.cpp
profilesettings.cpp
)
target_link_libraries(ppc-mmqmlplugin PRIVATE
2022-04-24 11:44:41 +00:00
Qt::Qml
2023-03-02 07:19:14 +00:00
KF6::ModemManagerQt
KF6::NetworkManagerQt
KF6::CoreAddons
KF6::I18n
QCoro::DBus
)
ecm_finalize_qml_module(ppc-mmqmlplugin)