From f5f971a5f40df3d24c67249191796f605f346d8c Mon Sep 17 00:00:00 2001 From: samelian Date: Thu, 17 Mar 2011 22:00:04 +0000 Subject: [PATCH] [kdebase/kicker] install forgoten taskbar.kcfg git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1225178 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kicker/taskbar/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kicker/taskbar/CMakeLists.txt b/kicker/taskbar/CMakeLists.txt index 45283d703..c01fad149 100644 --- a/kicker/taskbar/CMakeLists.txt +++ b/kicker/taskbar/CMakeLists.txt @@ -22,6 +22,11 @@ link_directories( ) +##### other data ################################ + +install( FILES taskbar.kcfg DESTINATION ${KCFG_INSTALL_DIR} ) + + ##### taskbar (shared) ########################## set( target taskbar )