You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
733 B
26 lines
733 B
include_directories( |
|
${CMAKE_CURRENT_SOURCE_DIR}/../.. |
|
) |
|
|
|
|
|
########### next target ############### |
|
|
|
set( okularGenerator_comicbook_PART_SRCS |
|
document.cpp |
|
generator_comicbook.cpp |
|
unrar.cpp qnatsort.cpp |
|
) |
|
|
|
|
|
kde4_add_plugin(okularGenerator_comicbook WITH_PREFIX ${okularGenerator_comicbook_PART_SRCS}) |
|
|
|
target_link_libraries(okularGenerator_comicbook okularcore ${KDE4_KDEUI_LIBS} ) |
|
|
|
install(TARGETS okularGenerator_comicbook DESTINATION ${PLUGIN_INSTALL_DIR}) |
|
|
|
|
|
########### install files ############### |
|
|
|
install( FILES libokularGenerator_comicbook.desktop okularComicbook.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) |
|
install( FILES okularApplication_comicbook.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} ) |
|
|
|
|