include_directories( ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_SOURCE_DIR}/src/libktorrent ${CMAKE_CURRENT_BINARY_DIR} ) ##### ktstatsplugin (kpart) tde_add_kpart( ktstatsplugin AUTOMOC SOURCES ChartDrawerData.cpp ChartDrawer.cpp statsspdwgt.ui statsconwgt.ui StatsSpd.cpp StatsCon.cpp sprefwgt.ui statspluginsettings.kcfgc StatsPluginPrefsPage.cpp StatsPluginPrefs.cpp statsplugin.cpp LINK ktorrent-shared tdecore-shared tdeui-shared tdeio-shared tdeparts-shared tdehtml-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) ##### other files install( FILES ktstatsplugin.kcfg DESTINATION ${KCFG_INSTALL_DIR} ) tde_create_translated_desktop( SOURCE ktstatsplugin.desktop DESTINATION ${SERVICES_INSTALL_DIR} )