From 59e3d0e0991b9cb1c471ab7812550782e6af36c6 Mon Sep 17 00:00:00 2001 From: David Edmundson Date: Mon, 4 Nov 2013 12:23:45 +0100 Subject: [PATCH] kde4_install_icons -> ecm_install_icons REVIEW: 113600 --- CMakeLists.txt | 2 +- kcmkwin/kwinoptions/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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} )