]> git.sesse.net Git - kdenlive/blobdiff - thumbnailer/CMakeLists.txt
* new: thumbnailer for preview of kdenlive/westley files in KDE4 apps
[kdenlive] / thumbnailer / CMakeLists.txt
diff --git a/thumbnailer/CMakeLists.txt b/thumbnailer/CMakeLists.txt
new file mode 100644 (file)
index 0000000..a56b839
--- /dev/null
@@ -0,0 +1,17 @@
+
+
+########### next target ###############
+
+set(westleypreview_PART_SRCS westleypreview.cpp)
+
+kde4_add_plugin(westleypreview ${westleypreview_PART_SRCS})
+
+target_link_libraries(westleypreview ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} ${KDE4_KDEUI_LIBS} ${KDE4_KDECORE_LIBS})
+
+install(TARGETS westleypreview DESTINATION ${PLUGIN_INSTALL_DIR})
+
+
+########### install files ###############
+
+install(FILES westleypreview.desktop DESTINATION ${SERVICES_INSTALL_DIR})
+