summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kfile-plugins/ps/CMakeLists.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/kfile-plugins/ps/CMakeLists.txt b/kfile-plugins/ps/CMakeLists.txt
index c9ff9de9..2d5cf3df 100644
--- a/kfile-plugins/ps/CMakeLists.txt
+++ b/kfile-plugins/ps/CMakeLists.txt
@@ -25,7 +25,7 @@ link_directories(
#### other data #################################
-install( FILES kfile_ps.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
+install( FILES kfile_ps.desktop gsthumbnail.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
#### kfile_ps (module) ########################
@@ -35,3 +35,12 @@ tde_add_kpart( kfile_ps AUTOMOC
LINK dscparse-static kio-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)
+
+
+##### gsthumbnail (module) ######################
+
+tde_add_kpart( gsthumbnail AUTOMOC
+ SOURCES gscreator.cpp
+ LINK dscparse-static ${TQT_LIBRARIES}
+ DESTINATION ${PLUGIN_INSTALL_DIR}
+)