2014-11-27 14:05:13 +00:00
|
|
|
########### next target ###############
|
|
|
|
|
2022-03-01 17:02:19 +02:00
|
|
|
set(gsthumbnail_PART_SRCS gscreator.cpp)
|
2014-11-27 14:05:13 +00:00
|
|
|
|
|
|
|
kde4_add_plugin(gsthumbnail ${gsthumbnail_PART_SRCS})
|
|
|
|
|
2022-03-01 17:02:19 +02:00
|
|
|
target_link_libraries(gsthumbnail
|
|
|
|
${KDE4_KDECORE_LIBS}
|
|
|
|
${KDE4_KIO_LIBS}
|
|
|
|
${QT_QTGUI_LIBRARY}
|
|
|
|
)
|
2014-11-27 14:05:13 +00:00
|
|
|
|
2022-03-01 17:02:19 +02:00
|
|
|
install(
|
|
|
|
TARGETS gsthumbnail
|
|
|
|
DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}
|
|
|
|
)
|
2014-11-27 14:05:13 +00:00
|
|
|
|
|
|
|
########### install files ###############
|
|
|
|
|
2022-03-01 17:02:19 +02:00
|
|
|
install(
|
|
|
|
FILES gsthumbnail.desktop
|
|
|
|
DESTINATION ${KDE4_SERVICES_INSTALL_DIR}
|
|
|
|
)
|