Warning, /plasma/plasma-mobile/kcms/hotspot/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2020 Tobias Fella <fella@posteo.de>
0002 # SPDX-License-Identifier: LGPL-2.0-or-later
0003 
0004 kcmutils_add_qml_kcm(kcm_mobile_hotspot SOURCES hotspotsettings.cpp)
0005 target_link_libraries(kcm_mobile_hotspot PRIVATE
0006     Qt::Quick
0007     Qt::Qml
0008     KF6::I18n
0009     KF6::CoreAddons
0010     KF6::KCMUtilsQuick
0011 )
0012