Warning, /plasma/plasma-workspace/dataengines/hotplug/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 add_definitions(-DTRANSLATION_DOMAIN=\"plasma_engine_hotplug\")
0002 
0003 set(hotplug_engine_SRCS
0004     deviceserviceaction.cpp
0005     hotplugengine.cpp
0006     hotplugservice.cpp
0007     hotplugjob.cpp
0008     deviceserviceaction.h
0009     hotplugengine.h
0010     hotplugservice.h
0011     hotplugjob.h
0012 )
0013 
0014 kcoreaddons_add_plugin(plasma_engine_hotplug SOURCES ${hotplug_engine_SRCS} INSTALL_NAMESPACE plasma5support/dataengine)
0015 target_link_libraries(plasma_engine_hotplug
0016     KF6::CoreAddons
0017     Plasma::Plasma
0018     Plasma::Plasma5Support
0019     KF6::Solid
0020     KF6::Service
0021     KF6::KIOCore
0022     KF6::KIOGui # KIO::CommandLauncherJob
0023     KF6::JobWidgets # KNotificationJobUiDelegate
0024     KF6::Notifications
0025     KF6::I18n
0026 )
0027 
0028 install(FILES hotplug.operations DESTINATION ${PLASMA5SUPPORT_DATA_INSTALL_DIR}/services)