shift-shell/kcms/hotspot/CMakeLists.txt

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

18 lines
515 B
Text
Raw Normal View History

# 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
2023-03-18 17:53:52 +00:00
KF6::KCMUtilsQuick
)
kpackage_install_package(package kcm_mobile_hotspot kcms)
kcmutils_generate_desktop_file(kcm_mobile_hotspot)