]> git.sesse.net Git - kdenlive/blobdiff - src/CMakeLists.txt
Fix folder names not saved
[kdenlive] / src / CMakeLists.txt
index 0e61d2552c31d20c8daa5d6ad11626b2e06cf66a..22ed37b63f6d9f9182722434583be5875cb0ea1e 100644 (file)
@@ -80,7 +80,6 @@ set(kdenlive_SRCS
   headertrack.cpp
   customtrackview.cpp
   clipitem.cpp
-  labelitem.cpp
   moveclipcommand.cpp
   resizeclipcommand.cpp
   razorclipcommand.cpp
@@ -106,7 +105,6 @@ set(kdenlive_SRCS
   effectslistwidget.cpp
   titledocument.cpp
   transition.cpp
-  renderjob.cpp
   renderwidget.cpp
   abstractclipitem.cpp
   transitionsettings.cpp
@@ -132,6 +130,8 @@ set(kdenlive_SRCS
   wizard.cpp
   customtrackscene.cpp
   abstractgroupitem.cpp
+  keyframehelper.cpp
+  editclipcommand.cpp
 )
 
 kde4_add_kcfg_files(kdenlive_SRCS GENERATE_MOC kdenlivesettings.kcfgc )
@@ -144,12 +144,13 @@ target_link_libraries(kdenlive
   ${LIBMLTPLUS_LIBRARY}
   ${LIBMLT_LIBRARY}
   ${NEPOMUK_LIBRARIES}
+  ${KDE4_KNOTIFYCONFIG_LIBRARY}
 )
  
 install(TARGETS kdenlive DESTINATION ${BIN_INSTALL_DIR})
-install( FILES kdenliveui.rc DESTINATION  ${DATA_INSTALL_DIR}/kdenlive )
+install( FILES kdenliveui.rc kdenlive.notifyrc DESTINATION  ${DATA_INSTALL_DIR}/kdenlive )
 install (FILES kdenlivesettings.kcfg DESTINATION share/config.kcfg)
 install (FILES kdenlive.desktop DESTINATION share/applications/kde)
-install (FILES application-x-kdenlive.svgz DESTINATION share/icons/oxygen/scalable/mimetypes)
+install (FILES application-x-kdenlive.svgz video-mlt-playlist.svgz DESTINATION share/icons/oxygen/scalable/mimetypes)