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.
17 lines
529 B
17 lines
529 B
include_directories( ${QMOBIPOCKET_INCLUDE_DIR} ) |
|
|
|
########### next target ############### |
|
|
|
set(okularGenerator_mobi_PART_SRCS |
|
mobidocument.cpp |
|
generator_mobi.cpp |
|
converter.cpp |
|
) |
|
|
|
okular_add_generator(okularGenerator_mobi ${okularGenerator_mobi_PART_SRCS}) |
|
|
|
target_link_libraries(okularGenerator_mobi okularcore ${QMOBIPOCKET_LIBRARIES} KF5::I18n Qt5::Gui) |
|
|
|
########### install files ############### |
|
|
|
install( PROGRAMS okularApplication_mobi.desktop org.kde.mobile.okular_mobi.desktop DESTINATION ${KDE_INSTALL_APPDIR} )
|
|
|