1 add_subdirectory( icons )
8 ########### next target ###############
10 set(kopete_autoreplace_PART_SRCS autoreplaceplugin.cpp autoreplaceconfig.cpp )
12 kde4_add_plugin(kopete_autoreplace ${kopete_autoreplace_PART_SRCS})
15 target_link_libraries(kopete_autoreplace ${KDE4_KDEUI_LIBS} kopete )
17 install(TARGETS kopete_autoreplace DESTINATION ${PLUGIN_INSTALL_DIR})
20 ########### next target ###############
22 set(kcm_kopete_autoreplace_PART_SRCS autoreplacepreferences.cpp autoreplaceconfig.cpp )
24 kde4_add_ui_files(kcm_kopete_autoreplace_PART_SRCS autoreplaceprefs.ui )
27 kde4_add_plugin(kcm_kopete_autoreplace ${kcm_kopete_autoreplace_PART_SRCS})
30 target_link_libraries(kcm_kopete_autoreplace ${KDE4_KUTILS_LIBS} ${KDE4_KDE3SUPPORT_LIBS} kopete )
32 install(TARGETS kcm_kopete_autoreplace DESTINATION ${PLUGIN_INSTALL_DIR})
35 ########### install files ###############
37 install( FILES kopete_autoreplace.desktop DESTINATION ${SERVICES_INSTALL_DIR})
38 install( FILES kopete_autoreplace_config.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kconfiguredialog)