From kde-commits Wed Mar 31 23:17:52 2010 From: Pino Toscano Date: Wed, 31 Mar 2010 23:17:52 +0000 To: kde-commits Subject: extragear/network/ktorrent Message-Id: <20100331231752.92E29AC888 () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=127007740706709 SVN commit 1109744 by pino: remove extra linking to qt3support and kde3support M +1 -1 libktcore/CMakeLists.txt M +0 -1 plugins/bwscheduler/CMakeLists.txt M +0 -1 plugins/infowidget/CMakeLists.txt M +0 -1 plugins/logviewer/CMakeLists.txt M +0 -1 plugins/scanfolder/CMakeLists.txt M +0 -1 plugins/scripting/CMakeLists.txt M +1 -2 plugins/search/CMakeLists.txt M +0 -1 plugins/shutdown/CMakeLists.txt M +0 -1 plugins/upnp/CMakeLists.txt M +0 -1 plugins/webinterface/CMakeLists.txt M +1 -1 plugins/zeroconf/CMakeLists.txt --- trunk/extragear/network/ktorrent/libktcore/CMakeLists.txt #1109743:1109744 @@ -54,7 +54,7 @@ kde4_add_kcfg_files(libktorrent_SRC settings.kcfgc) kde4_add_library(ktcore SHARED ${libktorrent_SRC}) -target_link_libraries(ktcore ${KDE4_KDE3SUPPORT_LIBS} ${KDE4_KPARTS_LIBS} ${KDE4_KUTILS_LIBS} btcore ${KDE4_SOLID_LIBS} ${GMP_LIBRARIES}) +target_link_libraries(ktcore ${QT_QT3SUPPORT_LIBRARY} ${KDE4_KPARTS_LIBS} ${KDE4_KUTILS_LIBS} btcore ${KDE4_SOLID_LIBS} ${GMP_LIBRARIES}) set_target_properties(ktcore PROPERTIES VERSION 11.0.0 SOVERSION 11 ) install(TARGETS ktcore ${INSTALL_TARGETS_DEFAULT_ARGS} ) --- trunk/extragear/network/ktorrent/plugins/bwscheduler/CMakeLists.txt #1109743:1109744 @@ -14,7 +14,6 @@ ${KDE4_KDEUI_LIBS} ${KDE4_KPARTS_LIBS} ${KDE4_SOLID_LIBS} - ${QT_QT3SUPPORT_LIBRARY} ) install(TARGETS ktbwschedulerplugin DESTINATION ${PLUGIN_INSTALL_DIR} ) install(FILES ktbwschedulerplugin.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) --- trunk/extragear/network/ktorrent/plugins/infowidget/CMakeLists.txt #1109743:1109744 @@ -57,7 +57,6 @@ ktcore btcore ${KDE4_KPARTS_LIBS} - ${QT_QT3SUPPORT_LIBRARY} ${geoip_link} ) install(TARGETS ktinfowidgetplugin DESTINATION ${PLUGIN_INSTALL_DIR} ) --- trunk/extragear/network/ktorrent/plugins/logviewer/CMakeLists.txt #1109743:1109744 @@ -9,7 +9,6 @@ ktcore btcore ${KDE4_KPARTS_LIBS} - ${QT_QT3SUPPORT_LIBRARY} ) install(TARGETS ktlogviewerplugin DESTINATION ${PLUGIN_INSTALL_DIR} ) install(FILES ktlogviewerplugin.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) --- trunk/extragear/network/ktorrent/plugins/scanfolder/CMakeLists.txt #1109743:1109744 @@ -9,7 +9,6 @@ ktcore btcore ${KDE4_KPARTS_LIBS} - ${QT_QT3SUPPORT_LIBRARY} ) install(TARGETS ktscanfolderplugin DESTINATION ${PLUGIN_INSTALL_DIR} ) install(FILES ktscanfolderplugin.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) --- trunk/extragear/network/ktorrent/plugins/scripting/CMakeLists.txt #1109743:1109744 @@ -23,7 +23,6 @@ ${KDE4_KROSSUI_LIBS} ${KDE4_KPARTS_LIBS} ${QT_QTCORE_LIBRARY} - ${QT_QT3SUPPORT_LIBRARY} ) install(TARGETS ktscriptingplugin DESTINATION ${PLUGIN_INSTALL_DIR} ) install(FILES ktscriptingplugin.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) --- trunk/extragear/network/ktorrent/plugins/search/CMakeLists.txt #1109743:1109744 @@ -19,11 +19,10 @@ ktcore btcore ${KDE4_KHTML_LIBS} - ${QT_QT3SUPPORT_LIBRARY} ) install(TARGETS ktsearchplugin DESTINATION ${PLUGIN_INSTALL_DIR} ) install(FILES ktsearchplugin.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) install(FILES ktsearchpluginui.rc DESTINATION ${DATA_INSTALL_DIR}/ktorrent ) add_subdirectory(opensearch) -add_subdirectory(home) \ No newline at end of file +add_subdirectory(home) --- trunk/extragear/network/ktorrent/plugins/shutdown/CMakeLists.txt #1109743:1109744 @@ -21,7 +21,6 @@ solidcontrol kworkspace ${KDE4_KPARTS_LIBS} - ${QT_QT3SUPPORT_LIBRARY} ) install(TARGETS ktshutdownplugin DESTINATION ${PLUGIN_INSTALL_DIR} ) install(FILES ktshutdownplugin.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) --- trunk/extragear/network/ktorrent/plugins/upnp/CMakeLists.txt #1109743:1109744 @@ -12,7 +12,6 @@ ktupnp btcore ${KDE4_KPARTS_LIBS} - ${QT_QT3SUPPORT_LIBRARY} ) install(TARGETS ktupnpplugin DESTINATION ${PLUGIN_INSTALL_DIR} ) install(FILES ktupnpplugin.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) --- trunk/extragear/network/ktorrent/plugins/webinterface/CMakeLists.txt #1109743:1109744 @@ -25,7 +25,6 @@ ktcore btcore ${KDE4_KPARTS_LIBS} - ${QT_QT3SUPPORT_LIBRARY} ) install(TARGETS ktwebinterfaceplugin DESTINATION ${PLUGIN_INSTALL_DIR} ) install(FILES ktwebinterfaceplugin.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) --- trunk/extragear/network/ktorrent/plugins/zeroconf/CMakeLists.txt #1109743:1109744 @@ -4,7 +4,7 @@ #kde4_add_kcfg_files(ktzeroconfplugin_SRC zeroconfpluginsettings.kcfgc) kde4_add_plugin(ktzeroconfplugin ${ktzeroconfplugin_SRC}) -target_link_libraries(ktzeroconfplugin btcore ktcore ${KDE4_KDNSSD_LIBS} ${KDE4_KPARTS_LIBS} ${QT_QT3SUPPORT_LIBRARY}) +target_link_libraries(ktzeroconfplugin btcore ktcore ${KDE4_KDNSSD_LIBS} ${KDE4_KPARTS_LIBS}) install(TARGETS ktzeroconfplugin DESTINATION ${PLUGIN_INSTALL_DIR} ) install(FILES ktzeroconfplugin.desktop DESTINATION ${SERVICES_INSTALL_DIR} )