add more spacing
[personal-kdebase.git] / runtime / kcontrol / emoticons / CMakeLists.txt
blobbd51858b9102b423b83c7464e58b2cfb1fe9e7f6
1 set(kcmemoticons_SRCS emoticonslist.cpp)
2 kde4_add_ui_files(kcmemoticons_SRCS emoticonslist.ui)
4 kde4_add_plugin(kcm_emoticons ${kcmemoticons_SRCS})
5 target_link_libraries(kcm_emoticons ${KDE4_KDEUI_LIBS} ${KDE4_KPARTS_LIBS} ${KDE4_KNEWSTUFF2_LIBS} ${KDE4_KUTILS_LIBRARY})
7 install(TARGETS kcm_emoticons  DESTINATION ${PLUGIN_INSTALL_DIR} )
9 ########### install files ###############
10 install( FILES emoticons.desktop  DESTINATION  ${SERVICES_INSTALL_DIR} )
11 install( FILES emoticons.knsrc  DESTINATION  ${CONFIG_INSTALL_DIR} )