Make a branch to make krunner Good Enough For Aaron™.
[kdebase/uwolfer.git] / runtime / kcontrol / icons / CMakeLists.txt
blobb09760d974ee45bc305af53050bd4fc8c3015fc2
2 add_subdirectory(tests)
4 ########### next target ###############
6 set(kcm_icons_PART_SRCS iconthemes.cpp icons.cpp main.cpp )
9 kde4_add_plugin(kcm_icons ${kcm_icons_PART_SRCS})
12 target_link_libraries(kcm_icons ${KDE4_KIO_LIBS})
14 install(TARGETS kcm_icons  DESTINATION ${PLUGIN_INSTALL_DIR} )
17 ########### install files ###############
19 install( FILES icons.desktop  DESTINATION  ${SERVICES_INSTALL_DIR} )
21 kde4_install_icons( ${ICON_INSTALL_DIR}  )