Warning, /plasma/bluedevil/src/applet/plugin/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 ecm_add_qml_module(bluetoothplugin URI org.kde.plasma.private.bluetooth GENERATE_PLUGIN_SOURCE)
0002 
0003 target_sources(bluetoothplugin PRIVATE
0004     devicesproxymodel.cpp
0005     launchapp.cpp
0006     notify.cpp)
0007 
0008 target_link_libraries(bluetoothplugin PRIVATE
0009     Qt::Core
0010     Qt::Qml
0011     KF6::Notifications
0012     KF6::JobWidgets
0013     KF6::KIOGui
0014     KF6::BluezQt)
0015 
0016 ecm_finalize_qml_module(bluetoothplugin)