kde-workspace/kcontrol/emoticons/CMakeLists.txt
Ivailo Monev 53445fd565 generic: remove KNewStuff leftovers
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2020-11-26 03:18:26 +00:00

19 lines
375 B
CMake

kde4_add_plugin(kcm_emoticons emoticonslist.cpp)
target_link_libraries(kcm_emoticons
${KDE4_KDEUI_LIBS}
${KDE4_KPARTS_LIBS}
${KDE4_KEMOTICONS_LIBRARY}
)
########### install files ###############
install(
TARGETS kcm_emoticons
DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}
)
install(
FILES emoticons.desktop
DESTINATION ${KDE4_SERVICES_INSTALL_DIR}
)