summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-11-22 18:38:16 +0100
committerAndrea Diamantini <adjam7@gmail.com>2011-12-12 16:40:29 +0100
commitadce8459b83cd7494dbc4c552c5079dc22e68a54 (patch)
treecf42b18b0a783a9fe7b5ae0b97eb3c2dba842aad /src/CMakeLists.txt
parenthere we are, rekonq ftp remote sync done! (diff)
downloadrekonq-adce8459b83cd7494dbc4c552c5079dc22e68a54.tar.xz
Clean out ftp code to easily add in the future new sync implementations
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 11f079a6..2e43bedf 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -95,6 +95,7 @@ SET( rekonq_KDEINIT_SRCS
#----------------------------------------
sync/syncmanager.cpp
sync/syncwidget.cpp
+ sync/ftpsynchandler.cpp
)