kde-extraapps/thumbnailers/po/CMakeLists.txt

16 lines
465 B
Text
Raw Normal View History

2015-01-24 20:43:27 +00:00
project(kde-thumbnailer-po)
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}
)
install(TARGETS pothumbnail DESTINATION ${PLUGIN_INSTALL_DIR})
install(FILES pocreatorsettings.kcfg DESTINATION ${KCFG_INSTALL_DIR})
install(FILES pothumbnail.desktop DESTINATION ${SERVICES_INSTALL_DIR})