shift-shell/kcms/hotspot/CMakeLists.txt

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

13 lines
312 B
Text
Raw Normal View History

# SPDX-FileCopyrightText: 2020 Tobias Fella <fella@posteo.de>
# SPDX-License-Identifier: LGPL-2.0-or-later
2023-05-06 10:10:16 +00:00
kcmutils_add_qml_kcm(kcm_mobile_hotspot SOURCES hotspotsettings.cpp)
target_link_libraries(kcm_mobile_hotspot PRIVATE
Qt::Quick
Qt::Qml
KF6::I18n
KF6::CoreAddons
2023-03-18 17:53:52 +00:00
KF6::KCMUtilsQuick
)