kde-workspace/kcontrol/emoticons/CMakeLists.txt

11 lines
467 B
Text
Raw Normal View History

2015-09-01 04:37:19 +03:00
set(kcmemoticons_SRCS emoticonslist.cpp emoticonslist.ui)
2014-11-15 03:14:34 +02:00
kde4_add_plugin(kcm_emoticons ${kcmemoticons_SRCS})
2015-01-11 20:59:41 +00:00
target_link_libraries(kcm_emoticons ${KDE4_KDEUI_LIBS} ${KDE4_KPARTS_LIBS} ${KDE4_KEMOTICONS_LIBRARY})
2014-11-15 03:14:34 +02:00
install(TARGETS kcm_emoticons DESTINATION ${PLUGIN_INSTALL_DIR} )
########### install files ###############
install( FILES emoticons.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
install( FILES emoticons.knsrc DESTINATION ${CONFIG_INSTALL_DIR} )