From bd2f7179de1b42399b5f04ef65221e8e81250392 Mon Sep 17 00:00:00 2001 From: Rahman Duran Date: Wed, 25 Mar 2009 22:00:50 +0000 Subject: BUG: 175658 GUI: The remote encoding code adapted from Konqueror to Dolphin. Now user can change encoding for remote urls like ftp. Konqueror doesn't use KRemoteEncodingPlugin anymore. Instead, this feature is supplied to Konqueror via DolphinPart. svn path=/trunk/KDE/kdebase/apps/; revision=944659 --- src/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index ed8fbe562..629adea88 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -29,7 +29,7 @@ set(dolphinprivate_LIB_SRCS dolphincategorydrawer.cpp dolphinview.cpp dolphinviewactionhandler.cpp - dolphinviewautoscroller.cpp + dolphinviewautoscroller.cpp draganddrophelper.cpp folderexpander.cpp renamedialog.cpp @@ -74,6 +74,7 @@ install(TARGETS dolphinprivate ${INSTALL_TARGETS_DEFAULT_ARGS}) set(dolphinpart_SRCS dolphinpart.cpp + dolphinremoteencoding.cpp ) @@ -89,6 +90,7 @@ install(FILES dolphinpart.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) ########################################## set(dolphin_SRCS + dolphinremoteencoding.cpp dolphinapplication.cpp dolphinmainwindow.cpp dolphinnewmenu.cpp -- cgit v1.3.1