include_directories(
    ${KOMAIN_INCLUDES}
)

set(calligradocinfopropspage_PART_SRCS KoDocInfoPropsFactory.cpp)

kde4_add_plugin(calligradocinfopropspage ${calligradocinfopropspage_PART_SRCS})

target_link_libraries(calligradocinfopropspage  ${KDE4_KIO_LIBS} komain)

install(TARGETS calligradocinfopropspage DESTINATION ${PLUGIN_INSTALL_DIR})

install(FILES calligradocinfopropspage.desktop DESTINATION ${SERVICES_INSTALL_DIR}/calligra)
