From aea5af9ccfdd447e0bac24a1c7b872601623b52d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 28 May 2020 15:02:56 +0200 Subject: [PATCH] Use the TDE CMake macro to install icons instead of the KDE3 macro. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- images/CMakeLists.txt | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/images/CMakeLists.txt b/images/CMakeLists.txt index 6482f38..784b4cd 100644 --- a/images/CMakeLists.txt +++ b/images/CMakeLists.txt @@ -1,5 +1,3 @@ -IF (NOT USE_KDE4) - KDE3_INSTALL_ICONS(hicolor) -ELSE (NOT USE_KDE4) - KDE4_INSTALL_ICONS(hicolor) -ENDIF (NOT USE_KDE4) +##### install icons + +tde_install_icons( )