diff options
Diffstat (limited to 'kicker/taskbar/CMakeLists.txt')
-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 ) |