]> git.sesse.net Git - kdenlive/blobdiff - src/CMakeLists.txt
Fix typo in management of custom profiles. Should fix:
[kdenlive] / src / CMakeLists.txt
index 49ab15c3c0da6840a039b466894541fb9c9b2e79..22ed37b63f6d9f9182722434583be5875cb0ea1e 100644 (file)
@@ -56,6 +56,8 @@ kde4_add_ui_files(kdenlive_UI
   widgets/clipdurationdialog_ui.ui
   widgets/managecaptures_ui.ui
   widgets/geometryval_ui.ui
+  widgets/wizardstandard_ui.ui
+  widgets/wizardextra_ui.ui
 )
  
 set(kdenlive_SRCS 
@@ -78,7 +80,6 @@ set(kdenlive_SRCS
   headertrack.cpp
   customtrackview.cpp
   clipitem.cpp
-  labelitem.cpp
   moveclipcommand.cpp
   resizeclipcommand.cpp
   razorclipcommand.cpp
@@ -104,7 +105,6 @@ set(kdenlive_SRCS
   effectslistwidget.cpp
   titledocument.cpp
   transition.cpp
-  renderjob.cpp
   renderwidget.cpp
   abstractclipitem.cpp
   transitionsettings.cpp
@@ -127,6 +127,11 @@ set(kdenlive_SRCS
   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 )
@@ -139,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)