Update SWORD integration to work with sword 1.6.0 (which is now required for sword...
[kworship.git] / kworship / bible / biblegateway / CMakeLists.txt
blob3d27707bf9c9dbaa915733df198b3fb492c1081f
1 project(kworship_bible_biblegateway)
3 find_package(KDE4 REQUIRED)
4 include (KDE4Defaults)
6 set(kworship_bible_biblegateway_SRCS
7     KwBibleManagerBibleGateway.cpp
8     KwBibleModuleBibleGateway.cpp
11 include_directories(..)
13 kde4_add_plugin(kworship_bible_biblegateway ${kworship_bible_biblegateway_SRCS})
15 target_link_libraries(kworship_bible_biblegateway
16                       kworship_bible
17                       ${KDE4_KDECORE_LIBS}
18                       ${QT_LIBRARIES}
19                       )
21 install( TARGETS kworship_bible_biblegateway DESTINATION ${PLUGIN_INSTALL_DIR} )
22 install( FILES kworship_bible_biblegateway.desktop  DESTINATION  ${SERVICES_INSTALL_DIR} )