diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-08-27 00:53:05 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-08-27 00:53:05 +0200 |
commit | 448245e86b72c463d3e207d45543e4cc78091409 (patch) | |
tree | 8695d13b631a14c6d905f667b85ee2114ca8f9f3 /src/CMakeLists.txt | |
parent | Fixed BKO mail, to address bugs there instead of rekonq mailing list (diff) | |
download | rekonq-448245e86b72c463d3e207d45543e4cc78091409.tar.xz |
Splitted history classes
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 67a0c8df..7a6c93e5 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -9,6 +9,7 @@ SET( rekonq_SRCS tabbar.cpp cookiejar.cpp history.cpp + historymodels.cpp historymenu.cpp bookmarks.cpp modelmenu.cpp |