1 project(kworship_bible_biblegateway)
3 find_package(KDE4 REQUIRED)
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
21 install( TARGETS kworship_bible_biblegateway DESTINATION ${PLUGIN_INSTALL_DIR} )
22 install( FILES kworship_bible_biblegateway.desktop DESTINATION ${SERVICES_INSTALL_DIR} )