diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2008-12-02 16:22:28 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2008-12-02 16:22:28 +0100 |
commit | 15ecefe10101dd068c4e075fca23ba64519bedb1 (patch) | |
tree | 0985bb87525a74c1bc2d6edb5bca29fff8140301 /src/CMakeLists.txt | |
parent | New BookmarkMenu implementation (diff) | |
download | rekonq-15ecefe10101dd068c4e075fca23ba64519bedb1.tar.xz |
New Bookmarks menu, sharing bkmrs with Konqueror0.0.1
(And that's reKonq 1st feature!!)
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 bb01a78e..1e2a3866 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -7,6 +7,7 @@ SET( rekonq_SRCS edittableview.cpp edittreeview.cpp history.cpp + bookmarks.cpp modelmenu.cpp networkaccessmanager.cpp urlbar.cpp |