diff --git a/plugins/alias/CMakeLists.txt b/plugins/alias/CMakeLists.txt index ddfe3c24d..015da6c48 100644 --- a/plugins/alias/CMakeLists.txt +++ b/plugins/alias/CMakeLists.txt @@ -1,40 +1,40 @@ include_directories( ${KOPETE_INCLUDES} ) ########### next target ############### set(kopete_alias_PART_SRCS aliasplugin.cpp ) kde4_add_plugin(kopete_alias ${kopete_alias_PART_SRCS}) -target_link_libraries(kopete_alias ${KDE4_KDECORE_LIBS} ${KDE4_KDE3SUPPORT_LIBS} kopete ) +target_link_libraries(kopete_alias ${KDE4_KDECORE_LIBS} kopete ) install(TARGETS kopete_alias DESTINATION ${PLUGIN_INSTALL_DIR}) ########### next target ############### set(kcm_kopete_alias_PART_SRCS aliaspreferences.cpp editaliasdialog.cpp ) kde4_add_ui_files(kcm_kopete_alias_PART_SRCS aliasdialogbase.ui aliasdialog.ui ) kde4_add_plugin(kcm_kopete_alias ${kcm_kopete_alias_PART_SRCS}) -target_link_libraries(kcm_kopete_alias ${KDE4_KUTILS_LIBS} kopete ${KDE4_KDE3SUPPORT_LIBS} ) +target_link_libraries(kcm_kopete_alias ${KDE4_KUTILS_LIBS} kopete ) install(TARGETS kcm_kopete_alias DESTINATION ${PLUGIN_INSTALL_DIR}) ########### install files ############### install( FILES kopete_alias.desktop DESTINATION ${SERVICES_INSTALL_DIR}) install( FILES kopete_alias_config.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kconfiguredialog) diff --git a/plugins/autoreplace/CMakeLists.txt b/plugins/autoreplace/CMakeLists.txt index a7a2e9040..3c930bba0 100644 --- a/plugins/autoreplace/CMakeLists.txt +++ b/plugins/autoreplace/CMakeLists.txt @@ -1,42 +1,42 @@ add_subdirectory( icons ) include_directories( ${KOPETE_INCLUDES} ) ########### next target ############### set(kopete_autoreplace_PART_SRCS autoreplaceplugin.cpp autoreplaceconfig.cpp ) kde4_add_plugin(kopete_autoreplace ${kopete_autoreplace_PART_SRCS}) target_link_libraries(kopete_autoreplace ${KDE4_KDEUI_LIBS} kopete ) install(TARGETS kopete_autoreplace DESTINATION ${PLUGIN_INSTALL_DIR}) ########### next target ############### set(kcm_kopete_autoreplace_PART_SRCS autoreplacepreferences.cpp autoreplaceconfig.cpp ) kde4_add_ui_files(kcm_kopete_autoreplace_PART_SRCS autoreplaceprefs.ui ) kde4_add_plugin(kcm_kopete_autoreplace ${kcm_kopete_autoreplace_PART_SRCS}) -target_link_libraries(kcm_kopete_autoreplace ${KDE4_KUTILS_LIBS} ${KDE4_KDE3SUPPORT_LIBS} kopete ) +target_link_libraries(kcm_kopete_autoreplace ${KDE4_KUTILS_LIBS} kopete ) install(TARGETS kcm_kopete_autoreplace DESTINATION ${PLUGIN_INSTALL_DIR}) ########### install files ############### install( FILES kopete_autoreplace.desktop DESTINATION ${SERVICES_INSTALL_DIR}) install( FILES kopete_autoreplace_config.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kconfiguredialog) diff --git a/plugins/nowlistening/CMakeLists.txt b/plugins/nowlistening/CMakeLists.txt index 4444d910a..e8f33bd43 100644 --- a/plugins/nowlistening/CMakeLists.txt +++ b/plugins/nowlistening/CMakeLists.txt @@ -1,64 +1,64 @@ include_directories( ${KOPETE_INCLUDES} ) if(XMMS_FOUND) include_directories(${XMMS_INCLUDE_DIRS} ) include_directories( ${GLIB2_INCLUDE_DIR} ) add_definitions(-DHAVE_XMMS) endif(XMMS_FOUND) ########### next target ############### set(kopete_nowlistening_PART_SRCS nowlisteningplugin.cpp nlkscd.cpp nlxmms.cpp nowlisteningguiclient.cpp nljuk.cpp nlamarok.cpp nlquodlibet.cpp nlkaffeine.cpp nlmpris.cpp nlmpris2.cpp ) kde4_add_kcfg_files(kopete_nowlistening_PART_SRCS nowlisteningconfig.kcfgc ) kde4_add_plugin(kopete_nowlistening ${kopete_nowlistening_PART_SRCS}) target_link_libraries(kopete_nowlistening ${KDE4_KIO_LIBS} kopete) if(XMMS_FOUND) target_link_libraries( kopete_nowlistening ${XMMS_LDFLAGS} ) endif(XMMS_FOUND) install(TARGETS kopete_nowlistening DESTINATION ${PLUGIN_INSTALL_DIR}) ########### next target ############### set(kcm_kopete_nowlistening_PART_SRCS nowlisteningpreferences.cpp ) kde4_add_ui_files(kcm_kopete_nowlistening_PART_SRCS nowlisteningprefs.ui ) kde4_add_kcfg_files(kcm_kopete_nowlistening_PART_SRCS nowlisteningconfig.kcfgc ) kde4_add_plugin(kcm_kopete_nowlistening ${kcm_kopete_nowlistening_PART_SRCS}) -target_link_libraries(kcm_kopete_nowlistening ${KDE4_KUTILS_LIBS} ${KDE4_KDE3SUPPORT_LIBS}) +target_link_libraries(kcm_kopete_nowlistening ${KDE4_KUTILS_LIBS}) install(TARGETS kcm_kopete_nowlistening DESTINATION ${PLUGIN_INSTALL_DIR}) ########### install files ############### install( FILES nowlisteningconfig.kcfg DESTINATION ${KCFG_INSTALL_DIR}) install( FILES kopete_nowlistening.desktop DESTINATION ${SERVICES_INSTALL_DIR}) install( FILES nowlisteningui.rc nowlisteningchatui.rc DESTINATION ${DATA_INSTALL_DIR}/kopete) install( FILES kopete_nowlistening_config.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kconfiguredialog) diff --git a/plugins/texteffect/CMakeLists.txt b/plugins/texteffect/CMakeLists.txt index 892e73200..73b424b31 100644 --- a/plugins/texteffect/CMakeLists.txt +++ b/plugins/texteffect/CMakeLists.txt @@ -1,43 +1,43 @@ add_subdirectory( icons ) include_directories( ${KOPETE_INCLUDES} ) ########### next target ############### set(kopete_texteffect_PART_SRCS texteffectplugin.cpp texteffectconfig.cpp ) kde4_add_plugin(kopete_texteffect ${kopete_texteffect_PART_SRCS}) target_link_libraries(kopete_texteffect ${KDE4_KDEUI_LIBS} kopete ) install(TARGETS kopete_texteffect DESTINATION ${PLUGIN_INSTALL_DIR}) ########### next target ############### set(kcm_kopete_texteffect_PART_SRCS texteffectconfig.cpp texteffectpreferences.cpp ) kde4_add_ui_files(kcm_kopete_texteffect_PART_SRCS texteffectprefs.ui ) kde4_add_plugin(kcm_kopete_texteffect ${kcm_kopete_texteffect_PART_SRCS}) -target_link_libraries(kcm_kopete_texteffect ${KDE4_KUTILS_LIBS} ${KDE4_KDE3SUPPORT_LIBS} kopete ) +target_link_libraries(kcm_kopete_texteffect ${KDE4_KUTILS_LIBS} kopete ) install(TARGETS kcm_kopete_texteffect DESTINATION ${PLUGIN_INSTALL_DIR}) ########### install files ############### install( FILES kopete_texteffect.desktop DESTINATION ${SERVICES_INSTALL_DIR}) install( FILES kopete_texteffect_config.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kconfiguredialog)