From c664dcf2ba9138f978a45456c6ef3045d71a30b3 Mon Sep 17 00:00:00 2001 From: David Faure Date: Wed, 14 Feb 2007 16:03:42 +0000 Subject: [PATCH] Moving Dolphin to kdebase, as discussed with Peter and others. The big plan is: dolphin will become the default file manager (kicker buttons and file:/ links bring it up); for a more file-manager-oriented GUI than in kde3. File management in konqueror will remain available, e.g. for people who like to have profiles where it's combined with other things. For code sharing even more, we are considering making a dolphinpart and using that as konqueror's directory view. CCMAIL: Peter Penz svn path=/trunk/KDE/kdebase/apps/; revision=633622 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1f2b015dc6..9fda32e1c7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ - +add_subdirectory( dolphin ) add_subdirectory( kwrite ) add_subdirectory( kdialog ) add_subdirectory( keditbookmarks )