X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=22ed37b63f6d9f9182722434583be5875cb0ea1e;hb=fa3e80a657cee943715b5db1340004e62fd352cc;hp=b5fdf7f13e943bd999bc5c0f1782ec53da3c2af4;hpb=9c59a265a6ded9306fa7afa13b18c96e25d45f77;p=kdenlive diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b5fdf7f1..22ed37b6 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -55,6 +55,9 @@ kde4_add_ui_files(kdenlive_UI widgets/keyframedialog_ui.ui widgets/clipdurationdialog_ui.ui widgets/managecaptures_ui.ui + widgets/geometryval_ui.ui + widgets/wizardstandard_ui.ui + widgets/wizardextra_ui.ui ) set(kdenlive_SRCS @@ -77,7 +80,6 @@ set(kdenlive_SRCS headertrack.cpp customtrackview.cpp clipitem.cpp - labelitem.cpp moveclipcommand.cpp resizeclipcommand.cpp razorclipcommand.cpp @@ -103,7 +105,6 @@ set(kdenlive_SRCS effectslistwidget.cpp titledocument.cpp transition.cpp - renderjob.cpp renderwidget.cpp abstractclipitem.cpp transitionsettings.cpp @@ -125,6 +126,12 @@ set(kdenlive_SRCS clipdurationdialog.cpp managecapturesdialog.cpp changespeedcommand.cpp + geometryval.cpp + wizard.cpp + customtrackscene.cpp + abstractgroupitem.cpp + keyframehelper.cpp + editclipcommand.cpp ) kde4_add_kcfg_files(kdenlive_SRCS GENERATE_MOC kdenlivesettings.kcfgc ) @@ -137,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)