2015-01-24 20:43:27 +00:00
|
|
|
project(kde-thumbnailer-po)
|
|
|
|
|
2021-02-21 06:08:01 +02:00
|
|
|
include_directories(
|
|
|
|
${GETTEXTPO_INCLUDE_DIR}
|
|
|
|
)
|
|
|
|
|
2015-11-25 05:14:02 +00:00
|
|
|
set(pothumbnail_SRCS pocreator.cpp)
|
2015-01-24 20:43:27 +00:00
|
|
|
|
|
|
|
kde4_add_kcfg_files(pothumbnail_SRCS pocreatorsettings.kcfgc)
|
|
|
|
|
|
|
|
kde4_add_plugin(pothumbnail ${pothumbnail_SRCS})
|
|
|
|
target_link_libraries(pothumbnail
|
|
|
|
${KDE4_KIO_LIBS}
|
|
|
|
${GETTEXTPO_LIBRARY}
|
|
|
|
)
|
|
|
|
|
2020-02-08 18:39:41 +00:00
|
|
|
install(TARGETS pothumbnail DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})
|
|
|
|
install(FILES pocreatorsettings.kcfg DESTINATION ${KDE4_KCFG_INSTALL_DIR})
|
|
|
|
install(FILES pothumbnail.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR})
|