From ea783a62fc1487b555cb7fac0c50a0dd782bd463 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 28 Aug 2018 01:48:57 +0200 Subject: cmake: Fix installation of icons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- icons/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'icons/CMakeLists.txt') diff --git a/icons/CMakeLists.txt b/icons/CMakeLists.txt index ffe7d32..5821e00 100644 --- a/icons/CMakeLists.txt +++ b/icons/CMakeLists.txt @@ -9,4 +9,5 @@ # ################################################# -tde_install_icons( DESTINATION ${DATA_INSTALL_DIR}/kdocker/icons ) +install ( FILES kdocker.png question.png + DESTINATION ${DATA_INSTALL_DIR}/kdocker/icons ) -- cgit v1.2.1