diff options
author | gregory guy <g-gregory@gmx.fr> | 2018-08-15 10:42:01 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-09-01 18:41:34 +0200 |
commit | f6e238aee88b766e2fa5659f766e90c3c624eb7d (patch) | |
tree | 86cbd3fe91dafd5831b606b6eebe0158b5d6b274 | |
parent | 16c052b1d246d492fe1a4e232fae91a09be015d7 (diff) | |
download | tdeadmin-f6e238aee88b766e2fa5659f766e90c3c624eb7d.tar.gz tdeadmin-f6e238aee88b766e2fa5659f766e90c3c624eb7d.zip |
add missing icons in kuser and kdat
-rw-r--r-- | kdat/pics/CMakeLists.txt | 3 | ||||
-rw-r--r-- | 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 ) |