X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=22ed37b63f6d9f9182722434583be5875cb0ea1e;hb=fa3e80a657cee943715b5db1340004e62fd352cc;hp=0e61d2552c31d20c8daa5d6ad11626b2e06cf66a;hpb=d5e2d9e691b22dab741ed689df6d87478ba24c9f;p=kdenlive diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 0e61d255..22ed37b6 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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)