Warning, /plasma/plasma-mobile/components/mmplugin/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2021 Tobias Fella <fella@posteo.de>
0002 # SPDX-License-Identifier: GPL-2.0-or-later
0003 
0004 ecm_add_qml_module(ppc-mmqmlplugin URI org.kde.plasma.mm GENERATE_PLUGIN_SOURCE)
0005 target_sources(ppc-mmqmlplugin PRIVATE
0006     signalindicator.cpp
0007     profilesettings.cpp
0008 )
0009 
0010 
0011 target_link_libraries(ppc-mmqmlplugin PRIVATE
0012     Qt::Qml
0013     KF6::ModemManagerQt
0014     KF6::NetworkManagerQt
0015     KF6::CoreAddons
0016     KF6::I18n
0017 )
0018 
0019 
0020 ecm_finalize_qml_module(ppc-mmqmlplugin)