┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-04-01 17:57:53 +0000
committerPeter Penz <[email protected]>2007-04-01 17:57:53 +0000
commitf57f351cceb9b664d681aad3680998f5bfe2137c (patch)
tree9a0654dc63349e81aacd6e3f143a8ecfc131472b /src/CMakeLists.txt
parent271d620f3d171066dbb50e1de906922796ae029d (diff)
integrate column view into settings
svn path=/trunk/KDE/kdebase/apps/; revision=648926
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 81eaf9452..90a4b121f 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -16,6 +16,7 @@ set(dolphinprivate_LIB_SRCS
)
kde4_add_kcfg_files(dolphinprivate_LIB_SRCS
+ dolphin_columnmodesettings.kcfgc
dolphin_directoryviewpropertysettings.kcfgc
dolphin_detailsmodesettings.kcfgc
dolphin_iconsmodesettings.kcfgc
@@ -39,6 +40,7 @@ set(dolphin_SRCS
bookmarkselector.cpp
bookmarkssettingspage.cpp
bookmarkssidebarpage.cpp
+ columnviewsettingspage.cpp
detailsviewsettingspage.cpp
dolphinapplication.cpp
dolphincolumnview.cpp
@@ -103,7 +105,7 @@ install(TARGETS dolphin DESTINATION ${BIN_INSTALL_DIR})
########### install files ###############
install( FILES dolphin.desktop DESTINATION ${XDG_APPS_DIR} )
-install( FILES dolphin_directoryviewpropertysettings.kcfg dolphin_generalsettings.kcfg dolphin_iconsmodesettings.kcfg dolphin_detailsmodesettings.kcfg DESTINATION ${KCFG_INSTALL_DIR} )
+install( FILES dolphin_directoryviewpropertysettings.kcfg dolphin_generalsettings.kcfg dolphin_columnmodesettings.kcfg dolphin_iconsmodesettings.kcfg dolphin_detailsmodesettings.kcfg DESTINATION ${KCFG_INSTALL_DIR} )
install( FILES dolphinui.rc DESTINATION ${DATA_INSTALL_DIR}/dolphin )
kde4_install_icons( ${ICON_INSTALL_DIR} )