mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
12 lines
312 B
CMake
12 lines
312 B
CMake
# SPDX-FileCopyrightText: 2020 Tobias Fella <fella@posteo.de>
|
|
# SPDX-License-Identifier: LGPL-2.0-or-later
|
|
|
|
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
|
|
KF6::KCMUtilsQuick
|
|
)
|
|
|