From f6e238aee88b766e2fa5659f766e90c3c624eb7d Mon Sep 17 00:00:00 2001 From: gregory guy Date: Wed, 15 Aug 2018 10:42:01 +0200 Subject: [PATCH] add missing icons in kuser and kdat --- kdat/pics/CMakeLists.txt | 3 +-- kuser/toolbar/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/kdat/pics/CMakeLists.txt b/kdat/pics/CMakeLists.txt index 86a39ef..899801d 100644 --- a/kdat/pics/CMakeLists.txt +++ b/kdat/pics/CMakeLists.txt @@ -1,3 +1,2 @@ -# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer - tde_install_icons( kdat ) +tde_install_icons( DESTINATION ${DATA_INSTALL_DIR}/kdat/icons ) diff --git a/kuser/toolbar/CMakeLists.txt b/kuser/toolbar/CMakeLists.txt index 89a876b..c8776e4 100644 --- a/kuser/toolbar/CMakeLists.txt +++ b/kuser/toolbar/CMakeLists.txt @@ -1 +1 @@ -# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer +tde_install_icons( DESTINATION ${DATA_INSTALL_DIR}/kuser/icons )