Database: sqlite default to appdata kworship.db
[kworship.git] / unipresent / okular / CMakeLists.txt
blobff748b8e80b3a27e0176d3aed28b045db37a5fb8
1 project(unipresent_okular)
3 find_package(KDE4 REQUIRED)
4 include (KDE4Defaults)
5 include_directories(${KDE4_INCLUDES}
6                     ${QT_INCLUDES}
9 set(unipresent_okular_SRCS
10     UpOkBackend.cpp
11     UpOkProcess.cpp
12     UpOkPresentation.cpp
13     UpOkSlide.cpp
16 kde4_add_plugin(unipresent_okular ${unipresent_okular_SRCS})
18 target_link_libraries(unipresent_okular
19                       unipresent
20                       ${KDE4_KDECORE_LIBS}
21                       ${KDE4_KIO_LIBS}
22                       ${QT_LIBRARIES}
23                       )
25 install( TARGETS unipresent_okular DESTINATION ${PLUGIN_INSTALL_DIR} )
26 install( FILES unipresent_okular.desktop  DESTINATION  ${SERVICES_INSTALL_DIR} )