X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=5555746df71148e6853ee7db0c05d865657bf75f;hb=8a6e4eb1dea318ecd1c0b313c28b764e89a524c4;hp=73983ce94f0677fc909772b1d04774a668e81af6;hpb=4990696d5459af62020d1bb306551c96935a3830;p=kdenlive diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 73983ce9..5555746d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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})