From 86186e834cc3e0af611b6f6defb0e75439508546 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 29 Aug 2018 15:56:27 +0200 Subject: [PATCH] cmake: Fix the installation of the icons used in the application MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 16a6ddcdd471183c02c652013bbfff5285fa6c51) --- kcpuload/icons/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kcpuload/icons/CMakeLists.txt b/kcpuload/icons/CMakeLists.txt index 63f765b..54083a0 100644 --- a/kcpuload/icons/CMakeLists.txt +++ b/kcpuload/icons/CMakeLists.txt @@ -1 +1 @@ -tde_install_icons( ) +tde_install_icons( DESTINATION ${DATA_INSTALL_DIR}/kcpuload/icons )