diff --git a/CMakeLists.txt b/CMakeLists.txt index 267dfa2e27..40e59e19e4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -357,6 +357,6 @@ if( KWIN_BUILD_SCRIPTING ) install( FILES scripting/kwinscript.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR} ) endif() -kde4_install_icons( ${ICON_INSTALL_DIR} ) +ecm_install_icons( ${ICON_INSTALL_DIR} ) add_subdirectory(tests) diff --git a/kcmkwin/kwinoptions/CMakeLists.txt b/kcmkwin/kwinoptions/CMakeLists.txt index c9f9c03054..312860ad73 100644 --- a/kcmkwin/kwinoptions/CMakeLists.txt +++ b/kcmkwin/kwinoptions/CMakeLists.txt @@ -13,4 +13,4 @@ install( FILES kwinoptions.desktop kwinactions.desktop kwinadvanced.desktop kwinfocus.desktop kwinmoving.desktop DESTINATION ${SERVICES_INSTALL_DIR}) -kde4_install_icons( ${ICON_INSTALL_DIR} ) +ecm_install_icons( ${ICON_INSTALL_DIR} )