You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
757 B
26 lines
757 B
set(soliddevice_engine_SRCS |
|
soliddeviceengine.cpp |
|
devicesignalmapper.cpp |
|
devicesignalmapmanager.cpp |
|
hddtemp.cpp |
|
soliddeviceservice.cpp |
|
soliddevicejob.cpp |
|
) |
|
|
|
add_library(plasma_engine_soliddevice MODULE ${soliddevice_engine_SRCS}) |
|
|
|
target_link_libraries(plasma_engine_soliddevice |
|
Qt5::Network |
|
KF5::I18n |
|
KF5::KIOCore |
|
KF5::Plasma |
|
KF5::Solid |
|
KF5::CoreAddons |
|
) |
|
|
|
kservice_desktop_to_json(plasma_engine_soliddevice plasma-dataengine-soliddevice.desktop) |
|
|
|
install(TARGETS plasma_engine_soliddevice DESTINATION ${PLUGIN_INSTALL_DIR}/plasma/dataengine) |
|
install(FILES plasma-dataengine-soliddevice.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) |
|
install(FILES soliddevice.operations DESTINATION ${PLASMA_DATA_INSTALL_DIR}/services ) |
|
|
|
|