diff options
author | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-03-17 22:00:04 +0000 |
---|---|---|
committer | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-03-17 22:00:04 +0000 |
commit | f5f971a5f40df3d24c67249191796f605f346d8c (patch) | |
tree | 6abaf7787fc6ff60708f833f1df0b78f165f2964 /kicker/taskbar | |
parent | dbc8dffe1166c2972cecd390461cadb5a7551aed (diff) | |
download | tdebase-f5f971a5f40df3d24c67249191796f605f346d8c.tar.gz tdebase-f5f971a5f40df3d24c67249191796f605f346d8c.zip |
[kdebase/kicker] install forgoten taskbar.kcfg
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1225178 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kicker/taskbar')
-rw-r--r-- | kicker/taskbar/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
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 ) |