Make a branch to make krunner Good Enough For Aaron™.
[kdebase/uwolfer.git] / runtime / kcontrol / componentchooser / CMakeLists.txt
blob03cd12fa44e781a20dbeaf4994a4b9f129aad5c5
2 add_subdirectory( componentservices ) 
6 ########### next target ###############
8 set(kcm_componentchooser_PART_SRCS componentchooser.cpp kcm_componentchooser.cpp )
10 if(NOT WIN32)
11   set(kcm_componentchooser_PART_SRCS ${kcm_componentchooser_PART_SRCS} componentchooserterminal.cpp)
12 endif(NOT WIN32)
15 kde4_add_ui_files(kcm_componentchooser_PART_SRCS browserconfig_ui.ui emailclientconfig_ui.ui componentchooser_ui.ui componentconfig_ui.ui) 
17 if(NOT WIN32)
18   kde4_add_ui_files(kcm_componentchooser_PART_SRCS terminalemulatorconfig_ui.ui)
19 endif(NOT WIN32)
21 kde4_add_plugin(kcm_componentchooser ${kcm_componentchooser_PART_SRCS})
24 target_link_libraries(kcm_componentchooser  ${KDE4_KIO_LIBS})
26 install(TARGETS kcm_componentchooser  DESTINATION ${PLUGIN_INSTALL_DIR} )
29 ########### install files ###############
31 install( FILES componentchooser.desktop  DESTINATION  ${SERVICES_INSTALL_DIR} )