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

0001 add_library(bluetoothplugin SHARED
0002     devicesproxymodel.cpp
0003     launchapp.cpp
0004     notify.cpp
0005     bluetoothplugin.cpp)
0006 
0007 target_link_libraries(bluetoothplugin
0008     Qt::Core
0009     Qt::Qml
0010     KF5::Notifications
0011     KF5::KIOGui
0012     KF5::BluezQt)
0013 
0014 install(TARGETS bluetoothplugin DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/plasma/private/bluetooth)
0015 install(FILES qmldir DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/plasma/private/bluetooth)