┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorRahman Duran <[email protected]>2009-03-25 23:02:49 +0000
committerRahman Duran <[email protected]>2009-03-25 23:02:49 +0000
commit897b376df29a8cc02fa822a18309bd334a904583 (patch)
tree1bdb9e4b310de7af2da49f50e282ca32b9b127f5 /src/CMakeLists.txt
parentbd2f7179de1b42399b5f04ef65221e8e81250392 (diff)
SVN_SILENT:
Make dolphinremoteencoding included in dolphinprivate. svn path=/trunk/KDE/kdebase/apps/; revision=944693
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 629adea88..7ab2c5a28 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -29,7 +29,8 @@ set(dolphinprivate_LIB_SRCS
dolphincategorydrawer.cpp
dolphinview.cpp
dolphinviewactionhandler.cpp
- dolphinviewautoscroller.cpp
+ dolphinviewautoscroller.cpp
+ dolphinremoteencoding.cpp
draganddrophelper.cpp
folderexpander.cpp
renamedialog.cpp
@@ -74,7 +75,6 @@ install(TARGETS dolphinprivate ${INSTALL_TARGETS_DEFAULT_ARGS})
set(dolphinpart_SRCS
dolphinpart.cpp
- dolphinremoteencoding.cpp
)
@@ -90,7 +90,6 @@ install(FILES dolphinpart.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
##########################################
set(dolphin_SRCS
- dolphinremoteencoding.cpp
dolphinapplication.cpp
dolphinmainwindow.cpp
dolphinnewmenu.cpp