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.
16 lines
637 B
16 lines
637 B
########### 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 KF5::I18n Qt5::Gui) |
|
|
|
########### install files ############### |
|
install( FILES okularMobi.desktop DESTINATION ${KDE_INSTALL_KSERVICES5DIR} ) |
|
install( PROGRAMS okularApplication_mobi.desktop org.kde.mobile.okular_mobi.desktop DESTINATION ${KDE_INSTALL_APPDIR} ) |
|
install( FILES org.kde.okular-mobipocket.metainfo.xml DESTINATION ${KDE_INSTALL_METAINFODIR} )
|
|
|