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.
28 lines
719 B
28 lines
719 B
add_definitions(-DTRANSLATION_DOMAIN=\"plasma_engine_hotplug\") |
|
|
|
set(hotplug_engine_SRCS |
|
deviceaction.cpp |
|
deviceserviceaction.cpp |
|
hotplugengine.cpp |
|
hotplugservice.cpp |
|
hotplugjob.cpp |
|
deviceaction.h |
|
deviceserviceaction.h |
|
hotplugengine.h |
|
hotplugservice.h |
|
hotplugjob.h |
|
) |
|
|
|
kcoreaddons_add_plugin(plasma_engine_hotplug SOURCES ${hotplug_engine_SRCS} INSTALL_NAMESPACE plasma/dataengine) |
|
target_link_libraries(plasma_engine_hotplug |
|
KF5::CoreAddons |
|
KF5::Plasma |
|
KF5::Solid |
|
KF5::Service |
|
KF5::KIOCore |
|
KF5::KIOWidgets # KDesktopFileActions |
|
KF5::Notifications |
|
KF5::I18n |
|
) |
|
|
|
install(FILES hotplug.operations DESTINATION ${PLASMA_DATA_INSTALL_DIR}/services)
|
|
|