]> git.sesse.net Git - kdenlive/blobdiff - icons/CMakeLists.txt
Integrate with the required MLT hooks for getting Movit to work.
[kdenlive] / icons / CMakeLists.txt
index 70326282550321727d12ae6670f79853d4f6547d..3919780086a975529d89fb8d2e7bef52e0885b8a 100644 (file)
@@ -1,2 +1,8 @@
-FILE(GLOB files "${CMAKE_CURRENT_SOURCE_DIR}/*.svg*")
-install( FILES ${files} DESTINATION ${ICON_INSTALL_DIR} )
\ No newline at end of file
+install(FILES
+    visible.png        
+    novisible.png
+    DESTINATION ${DATA_INSTALL_DIR}/kdenlive/pics)
+    
+kde4_install_icons( ${ICON_INSTALL_DIR}   )
+
+