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

0001 set (hotspotsettings_SRCS hotspotsettings.cpp)
0002 
0003 add_library(kcm_mobile_hotspot MODULE ${hotspotsettings_SRCS})
0004 
0005 target_link_libraries(kcm_mobile_hotspot
0006     Qt::Quick
0007     Qt::Qml
0008     KF5::I18n
0009     KF5::CoreAddons
0010     KF5::QuickAddons
0011 )
0012 
0013 install(TARGETS kcm_mobile_hotspot DESTINATION ${KDE_INSTALL_PLUGINDIR}/kcms)
0014 kpackage_install_package(package kcm_mobile_hotspot kcms)