plasma-framework/examples/dataengines/simpleEngine/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
524 B
CMake
Raw Normal View History

add_library(plasma_dataengine_example_simpleEngine MODULE simpleEngine.cpp)
kcoreaddons_desktop_to_json(plasma_dataengine_example_simpleEngine plasma-dataengine-example-simpleEngine.desktop)
target_link_libraries(plasma_dataengine_example_simpleEngine
2014-05-19 23:53:25 +02:00
Qt5::Gui
KF5::Plasma
2013-12-11 14:01:52 +01:00
KF5::Service
KF5::I18n
)
2013-09-04 11:48:06 +02:00
2015-01-10 18:47:31 +01:00
install(TARGETS plasma_dataengine_example_simpleEngine DESTINATION ${KDE_INSTALL_PLUGINDIR}/plasma/dataengine)
install(FILES plasma-dataengine-example-simpleEngine.desktop DESTINATION ${KDE_INSTALL_KSERVICES5DIR} )