kde-workspace/plasma/runners/recentdocuments/CMakeLists.txt

12 lines
367 B
Text
Raw Normal View History

2014-11-13 19:30:51 +02:00
set(krunner_recentdocuments_SRCS
recentdocuments.cpp
)
kde4_add_plugin(krunner_recentdocuments ${krunner_recentdocuments_SRCS})
target_link_libraries(krunner_recentdocuments KDE4::plasma KDE4::kio)
2014-11-13 19:30:51 +02:00
install(TARGETS krunner_recentdocuments DESTINATION ${KDE4_PLUGIN_INSTALL_DIR} )
2014-11-13 19:30:51 +02:00
install(FILES recentdocuments.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR})
2014-11-13 19:30:51 +02:00