diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-01-21 02:03:30 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-01-21 02:03:30 +0100 |
commit | 22bc40e17d463ec817a9c9c1f461b4f7990c5450 (patch) | |
tree | 2522f5a9d6394273002e062aaf3631186fb0ffe2 /src/CMakeLists.txt | |
parent | Implemented a new function to download data with KJob technologies.. (diff) | |
download | rekonq-22bc40e17d463ec817a9c9c1f461b4f7990c5450.tar.xz |
Reimplemented download system based on KGet one.
Thanks Lucas ;)
Rekonq now has its one!
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 50fc2333..b18f6275 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -7,7 +7,8 @@ SET( rekonq_SRCS cookiejar.cpp edittableview.cpp edittreeview.cpp - history.cpp + history.cpp + download.cpp bookmarks.cpp modelmenu.cpp networkaccessmanager.cpp |