



########### next target ###############

set(kfile_po_PART_SRCS kfile_po.cpp )

kde4_automoc(${kfile_po_PART_SRCS})

kde4_add_plugin(kfile_po ${kfile_po_PART_SRCS})



target_link_libraries(kfile_po  kbabelcommon ${KDE4_KIO_LIBS} )

install(TARGETS kfile_po  DESTINATION ${PLUGIN_INSTALL_DIR} )


########### install files ###############

install( FILES kfile_po.desktop  DESTINATION  ${SERVICES_INSTALL_DIR} )

