
set(OpenOfficeorgThumbnail_SRCS openofficeorgcreator.cpp)

qt4_add_resources(OpenOfficeorgThumbnail_SRCS openofficeorgthumbnail.qrc)

kde4_add_plugin(openofficeorgthumbnail ${OpenOfficeorgThumbnail_SRCS})

target_link_libraries(openofficeorgthumbnail ${KDE4_KIO_LIBS} )

install(TARGETS openofficeorgthumbnail DESTINATION ${PLUGIN_INSTALL_DIR} )

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