kde-extraapps/okular/generators/fax/CMakeLists.txt
Ivailo Monev 59190d3194 generic: replace installation paths with KDE4_ prefixed
see commit in kdelibs repository

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2020-02-08 20:12:24 +00:00

20 lines
688 B
CMake

include_directories(
${CMAKE_CURRENT_SOURCE_DIR}/../..
)
########### next target ###############
set(okularGenerator_fax_PART_SRCS generator_fax.cpp faxdocument.cpp faxexpand.cpp faxinit.cpp )
kde4_add_plugin(okularGenerator_fax ${okularGenerator_fax_PART_SRCS})
target_link_libraries(okularGenerator_fax okularcore ${KDE4_KDEUI_LIBS} ${QT_QTXML_LIBRARY})
install(TARGETS okularGenerator_fax DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})
########### install files ###############
install( FILES libokularGenerator_fax.desktop okularFax.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR} )
install( PROGRAMS okularApplication_fax.desktop DESTINATION ${KDE4_XDG_APPS_INSTALL_DIR} )