2014-11-27 14:05:13 +00:00
|
|
|
########### next target ###############
|
|
|
|
|
|
|
|
set(gsthumbnail_PART_SRCS gscreator.cpp dscparse.cpp dscparse_adapter.cpp)
|
|
|
|
|
|
|
|
|
|
|
|
kde4_add_plugin(gsthumbnail ${gsthumbnail_PART_SRCS})
|
|
|
|
|
|
|
|
|
|
|
|
target_link_libraries(gsthumbnail ${KDE4_KDECORE_LIBS} ${KDE4_KIO_LIBS} ${QT_QTGUI_LIBRARY} )
|
|
|
|
|
2020-02-08 18:39:41 +00:00
|
|
|
install(TARGETS gsthumbnail DESTINATION ${KDE4_PLUGIN_INSTALL_DIR} )
|
2014-11-27 14:05:13 +00:00
|
|
|
|
|
|
|
|
|
|
|
########### install files ###############
|
|
|
|
|
2020-02-08 18:39:41 +00:00
|
|
|
install( FILES gsthumbnail.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR} )
|
2014-11-27 14:05:13 +00:00
|
|
|
|