File: CMakeLists.txt

package info (click to toggle)
plasma-mobile 6.3.6-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 18,612 kB
  • sloc: xml: 38,470; cpp: 18,437; javascript: 139; sh: 82; makefile: 5
file content (21 lines) | stat: -rw-r--r-- 482 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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
    Qt::Qml
    KF6::ModemManagerQt
    KF6::NetworkManagerQt
    KF6::CoreAddons
    KF6::I18n
    QCoro::DBus
)


ecm_finalize_qml_module(ppc-mmqmlplugin)