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

0001 add_definitions(-DTRANSLATION_DOMAIN=\"plasma_engine_soliddevice\")
0002 
0003 set(soliddevice_engine_SRCS
0004     soliddeviceengine.cpp
0005     devicesignalmapper.cpp
0006     devicesignalmapmanager.cpp
0007     hddtemp.cpp
0008     soliddeviceservice.cpp
0009     soliddevicejob.cpp
0010     soliddeviceengine.h
0011     devicesignalmapper.h
0012     devicesignalmapmanager.h
0013     hddtemp.h
0014     soliddeviceservice.h
0015     soliddevicejob.h
0016 )
0017 
0018 kcoreaddons_add_plugin(plasma_engine_soliddevice SOURCES ${soliddevice_engine_SRCS} INSTALL_NAMESPACE plasma5support/dataengine)
0019 
0020 target_link_libraries(plasma_engine_soliddevice
0021   Qt::Network
0022   KF6::I18n
0023   KF6::KIOCore
0024   Plasma::Plasma
0025   Plasma::Plasma5Support
0026   KF6::Solid
0027   KF6::CoreAddons
0028   KF6::Notifications
0029 )
0030 
0031 install(FILES soliddevice.operations DESTINATION ${PLASMA5SUPPORT_DATA_INSTALL_DIR}/services )