mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-27 14:33:08 +00:00
17 lines
515 B
CMake
17 lines
515 B
CMake
# SPDX-FileCopyrightText: 2020 Tobias Fella <fella@posteo.de>
|
|
# SPDX-License-Identifier: LGPL-2.0-or-later
|
|
|
|
set (hotspotsettings_SRCS hotspotsettings.cpp)
|
|
|
|
kcoreaddons_add_plugin(kcm_mobile_hotspot SOURCES ${hotspotsettings_SRCS} INSTALL_NAMESPACE "plasma/kcms/systemsettings")
|
|
|
|
target_link_libraries(kcm_mobile_hotspot
|
|
Qt::Quick
|
|
Qt::Qml
|
|
KF6::I18n
|
|
KF6::CoreAddons
|
|
KF6::KCMUtilsQuick
|
|
)
|
|
|
|
kpackage_install_package(package kcm_mobile_hotspot kcms)
|
|
kcmutils_generate_desktop_file(kcm_mobile_hotspot)
|