]> git.sesse.net Git - kdenlive/blobdiff - src/CMakeLists.txt
fix coverity 1134134 1134135 (div by 0)
[kdenlive] / src / CMakeLists.txt
index 73983ce94f0677fc909772b1d04774a668e81af6..5555746df71148e6853ee7db0c05d865657bf75f 100644 (file)
@@ -66,7 +66,7 @@ macro_log_feature(Nepomuk_FOUND
   "http://nepomuk.semanticdesktop.org"
 )
 
-find_package(NepomukCore QUIET CONFIG)
+find_package(NepomukCore QUIET)
 set_package_properties(NepomukCore PROPERTIES DESCRIPTION "The Nepomuk Core libraries" URL "http://www.kde.org" TYPE RECOMMENDED PURPOSE "Support for the Nepomuk semantic desktop system")
 
 
@@ -391,5 +391,5 @@ install(FILES
   kdenlivetranscodingrc
   DESTINATION ${CONFIG_INSTALL_DIR}
 )
-kde4_install_icons(${ICON_INSTALL_DIR})
+add_subdirectory(icons)
 install(FILES kdenlive.desktop DESTINATION ${XDG_APPS_INSTALL_DIR})