]> git.sesse.net Git - kdenlive/blobdiff - src/CMakeLists.txt
Fix automask effect crash
[kdenlive] / src / CMakeLists.txt
index a28ad5901b758abd874581f061d161b614b15019..22ed37b63f6d9f9182722434583be5875cb0ea1e 100644 (file)
@@ -105,7 +105,6 @@ set(kdenlive_SRCS
   effectslistwidget.cpp
   titledocument.cpp
   transition.cpp
-  renderjob.cpp
   renderwidget.cpp
   abstractclipitem.cpp
   transitionsettings.cpp
@@ -145,10 +144,11 @@ 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 video-mlt-playlist.svgz DESTINATION share/icons/oxygen/scalable/mimetypes)