From 0486034738b850c210b1389a8c3ae51a6b9fad23 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 29 Mar 2014 00:54:51 +0900 Subject: Removed MSN support across Kopete by removing the MSN protocol and the netmeeting plugin. This resolves bug 1547. --- kopete/protocols/msn/config/CMakeLists.txt | 38 ------------------------------ 1 file changed, 38 deletions(-) delete mode 100644 kopete/protocols/msn/config/CMakeLists.txt (limited to 'kopete/protocols/msn/config/CMakeLists.txt') diff --git a/kopete/protocols/msn/config/CMakeLists.txt b/kopete/protocols/msn/config/CMakeLists.txt deleted file mode 100644 index d9fd401b..00000000 --- a/kopete/protocols/msn/config/CMakeLists.txt +++ /dev/null @@ -1,38 +0,0 @@ -################################################# -# -# (C) 2010-2011 Serghei Amelian -# serghei (DOT) amelian (AT) gmail.com -# -# Improvements and feedback are welcome -# -# This file is released under GPL >= 2 -# -################################################# - -include_directories( - ${CMAKE_CURRENT_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/kopete/libkopete - ${TDE_INCLUDE_DIR} - ${TQT_INCLUDE_DIRS} -) - -link_directories( - ${TQT_LIBRARY_DIRS} -) - - -##### other data ################################ - -install( FILES - kopete_msn_config.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/tdeconfiguredialog ) - - -##### kcm_kopete_msn (module) ################### - -tde_add_kpart( kcm_kopete_msn AUTOMOC - SOURCES - msnprefs.ui msnpreferences.cpp - LINK kopete-shared - DESTINATION ${PLUGIN_INSTALL_DIR} -) -- cgit v1.2.1