Basic openoffice.org control, and listening for new presentation documents, still...
[kworship.git] / unipresent / common / CMakeLists.txt
blobe2ad671a3242099f13fef1aeffc83a5e268b19f7
1 project(unipresent)
3 find_package(KDE4 REQUIRED)
4 include (KDE4Defaults)
5 include_directories(${KDE4_INCLUDES}
6                     ${QT_INCLUDES}
9 set(unipresent_SRCS
10     UpPresentationsModel.cpp
11     UpManager.cpp
12     UpManagerNode.cpp
13     UpBackend.cpp
14     UpBackendNode.cpp
15     UpPresentation.cpp
16     UpPresentationNode.cpp
17     UpSlide.cpp
18     UpSlideNode.cpp
19     UpSlidePreviewWidget.cpp
20     UpSlideEditWidget.cpp
23 kde4_add_library(unipresent SHARED ${unipresent_SRCS})
25 target_link_libraries(unipresent
26                       ${KDE4_KDEUI_LIBS}
27                       ${QT_LIBRARIES}
28                       )
30 install( TARGETS unipresent DESTINATION ${INSTALL_TARGETS_DEFAULT_ARGS} )
31 install( FILES unipresent_backend.desktop  DESTINATION  ${SERVICETYPES_INSTALL_DIR} )