mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 19:02:53 +00:00
15 lines
465 B
CMake
15 lines
465 B
CMake
project(kde-thumbnailer-po)
|
|
|
|
set(pothumbnail_SRCS pocreator.cpp)
|
|
|
|
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})
|