2013-09-04 11:48:06 +02:00
|
|
|
set(customDataContainers_SRCS
|
|
|
|
customDataContainersEngine.cpp
|
|
|
|
httpContainer.cpp
|
|
|
|
)
|
|
|
|
|
2013-09-04 16:09:01 +02:00
|
|
|
kservice_desktop_to_json(plasma-dataengine-example-customDataContainers.desktop)
|
|
|
|
|
|
|
|
plasma_add_plugin(plasma_dataengine_example_customDataContainers ${customDataContainers_SRCS})
|
|
|
|
target_link_libraries(plasma_dataengine_example_customDataContainers
|
2013-10-16 00:47:47 +02:00
|
|
|
Plasma
|
2013-10-04 19:18:34 +02:00
|
|
|
KF5::KIOCore
|
|
|
|
KF5::KService
|
2013-09-04 16:09:01 +02:00
|
|
|
)
|
2013-09-04 11:48:06 +02:00
|
|
|
|
|
|
|
install(TARGETS plasma_dataengine_example_customDataContainers DESTINATION ${PLUGIN_INSTALL_DIR})
|
|
|
|
install(FILES plasma-dataengine-example-customDataContainers.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
|