2013-09-04 11:48:06 +02:00
|
|
|
set(simpleEngine_SRCS
|
|
|
|
simpleEngine.cpp
|
|
|
|
)
|
|
|
|
|
2013-09-04 14:44:53 +02:00
|
|
|
kservice_desktop_to_json(plasma-dataengine-example-simpleEngine.desktop)
|
|
|
|
|
|
|
|
plasma_add_plugin(plasma_dataengine_example_simpleEngine ${simpleEngine_SRCS})
|
|
|
|
|
|
|
|
target_link_libraries(plasma_dataengine_example_simpleEngine
|
|
|
|
plasma
|
|
|
|
${KService_LIBRARIES}
|
|
|
|
${KI18n_LIBRARIES}
|
|
|
|
)
|
2013-09-04 11:48:06 +02:00
|
|
|
|
|
|
|
install(TARGETS plasma_dataengine_example_simpleEngine DESTINATION ${PLUGIN_INSTALL_DIR})
|
|
|
|
install(FILES plasma-dataengine-example-simpleEngine.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
|