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.
24 lines
658 B
24 lines
658 B
include_directories( |
|
${CMAKE_CURRENT_SOURCE_DIR}/../.. |
|
) |
|
|
|
|
|
########### next target ############### |
|
|
|
set(okularGenerator_xps_SRCS |
|
generator_xps.cpp |
|
) |
|
|
|
|
|
kde4_add_plugin(okularGenerator_xps ${okularGenerator_xps_SRCS}) |
|
|
|
target_link_libraries(okularGenerator_xps okularcore ${KDE4_KIO_LIBS} ${QT_QTXML_LIBRARY}) |
|
|
|
install(TARGETS okularGenerator_xps DESTINATION ${PLUGIN_INSTALL_DIR}) |
|
|
|
|
|
########### install files ############### |
|
|
|
install( FILES libokularGenerator_xps.desktop okularXps.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) |
|
install( PROGRAMS okularApplication_xps.desktop active-documentviewer_xps.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} ) |
|
|
|
|