4 ########### next target ###############
6 set(kcm_performance_PART_SRCS kcmperformance.cpp konqueror.cpp system.cpp )
9 kde4_add_ui_files(kcm_performance_PART_SRCS konqueror_ui.ui system_ui.ui )
11 kde4_add_plugin(kcm_performance ${kcm_performance_PART_SRCS})
14 target_link_libraries(kcm_performance ${KDE4_KDEUI_LIBS} )
16 install(TARGETS kcm_performance DESTINATION ${PLUGIN_INSTALL_DIR} )
19 ########### install files ###############
21 install( FILES kcmkonqyperformance.desktop kcmperformance.desktop DESTINATION ${SERVICES_INSTALL_DIR} )