┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorKevin Ottens <[email protected]>2006-11-29 18:09:26 +0000
committerKevin Ottens <[email protected]>2006-11-29 18:09:26 +0000
commitb1d5b6b7467d15417131c8df8fdecb22b2008db4 (patch)
tree119882f5616809a57eb9b81621dc6361a97ed282 /src/CMakeLists.txt
parent91c5f52d87c7af2412b5935095df1f90d6eb4a04 (diff)
Get ride of the sidebar and use dockwidgets instead.
Default is now three panes, but the dockwidgets can be stacked, etc. to the user convenience. There's a slight loss in feature since I disabled dockwidgets hiding, it's simply because some rework is still needed in kdelibs and Qt to make them work correctly. svn path=/trunk/playground/utils/dolphin/; revision=609186
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 7ea5426bb..2ee66d31a 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -36,7 +36,6 @@ set(dolphin_SRCS
bookmarkssettingspage.cpp
editbookmarkdialog.cpp
settingspagebase.cpp
- sidebar.cpp
sidebarpage.cpp
bookmarkssidebarpage.cpp
infosidebarpage.cpp
@@ -52,8 +51,7 @@ kde4_add_kcfg_files(dolphin_SRCS
generalsettings.kcfgc
iconsmodesettings.kcfgc
detailsmodesettings.kcfgc
- previewsmodesettings.kcfgc
- sidebarsettings.kcfgc )
+ previewsmodesettings.kcfgc )
kde4_add_executable(dolphin ${dolphin_SRCS})
@@ -65,7 +63,7 @@ install(TARGETS dolphin DESTINATION ${BIN_INSTALL_DIR})
########### install files ###############
install( FILES dolphin.desktop DESTINATION ${XDG_APPS_DIR} )
-install( FILES directoryviewpropertysettings.kcfg generalsettings.kcfg iconsmodesettings.kcfg detailsmodesettings.kcfg previewsmodesettings.kcfg sidebarsettings.kcfg DESTINATION ${KCFG_INSTALL_DIR} )
+install( FILES directoryviewpropertysettings.kcfg generalsettings.kcfg iconsmodesettings.kcfg detailsmodesettings.kcfg previewsmodesettings.kcfg DESTINATION ${KCFG_INSTALL_DIR} )
install( FILES dolphinui.rc DESTINATION ${DATA_INSTALL_DIR}/dolphin )
kde4_install_icons( ${ICON_INSTALL_DIR} )