Fix crash if key bindings specified in profile cannot be found. Improve
[personal-kdebase.git] / apps / konqueror / settings / performance / CMakeLists.txt
blob394cec24b3e68d7a08079a109d9e4caad52f5c1c
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} )