2013-09-04 11:48:06 +02:00
|
|
|
set(customDataContainers_SRCS
|
|
|
|
customDataContainersEngine.cpp
|
|
|
|
httpContainer.cpp
|
|
|
|
)
|
|
|
|
|
2013-11-14 17:42:26 +01:00
|
|
|
add_library(plasma_dataengine_example_customDataContainers MODULE ${customDataContainers_SRCS})
|
2014-02-10 18:52:01 +01:00
|
|
|
|
|
|
|
kservice_desktop_to_json(plasma_dataengine_example_customDataContainers plasma-dataengine-example-customDataContainers.desktop)
|
|
|
|
|
2013-09-04 16:09:01 +02:00
|
|
|
target_link_libraries(plasma_dataengine_example_customDataContainers
|
2013-12-11 12:39:48 +01:00
|
|
|
KF5::Plasma
|
2013-10-04 19:18:34 +02:00
|
|
|
KF5::KIOCore
|
2013-12-11 14:01:52 +01:00
|
|
|
KF5::Service
|
2013-09-04 16:09:01 +02:00
|
|
|
)
|
2013-09-04 11:48:06 +02:00
|
|
|
|
2013-12-24 14:29:37 +01:00
|
|
|
install(TARGETS plasma_dataengine_example_customDataContainers DESTINATION ${PLUGIN_INSTALL_DIR}/plasma/dataengine)
|
2013-09-04 11:48:06 +02:00
|
|
|
install(FILES plasma-dataengine-example-customDataContainers.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
|