diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-01-15 11:15:21 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-01-15 11:15:21 +0100 |
commit | 1efea8ed92f07e8a1156d87fa59f259e3b78bccd (patch) | |
tree | 9e46d48df9d7b43b5de58ffb93b4194dac8ef0b3 /src/CMakeLists.txt | |
parent | Rework on load/stop/reload action (diff) | |
download | rekonq-1efea8ed92f07e8a1156d87fa59f259e3b78bccd.tar.xz |
Move icon manager download system to QNAM
& Search also for favicon.ico files
This seems to be the unique method to surely workaround this bug
rekonq encounters when tries to load an unextant favicon with KIO (see
BUG:289029
)
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 63b6d09f..7f82d28d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -13,6 +13,7 @@ SET( rekonq_KDEINIT_SRCS downloadmanager.cpp filterurljob.cpp findbar.cpp + icondownloader.cpp iconmanager.cpp mainview.cpp mainwindow.cpp |