diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-08-18 23:08:59 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-08-18 23:08:59 +0200 |
commit | aa3ddcce01572e968b4abce827d6d21e5604b360 (patch) | |
tree | 2e8a8dda71405d5d51e56df4c5b81317a198da5a /src/CMakeLists.txt | |
parent | Merge commit 'refs/merge-requests/178' of git://gitorious.org/rekonq/mainline... (diff) | |
parent | Fix a strange behaviour if a dragged item is dropped on itself (diff) | |
download | rekonq-aa3ddcce01572e968b4abce827d6d21e5604b360.tar.xz |
Merge commit 'refs/merge-requests/173' of git://gitorious.org/rekonq/mainline into m173
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 dd90fc10..f7d94777 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -48,7 +48,8 @@ SET( rekonq_KDEINIT_SRCS bookmarks/bookmarkspanel.cpp bookmarks/bookmarkstreemodel.cpp bookmarks/bookmarksproxy.cpp - bookmarks/bookmarkcontextmenu.cpp + bookmarks/bookmarkscontextmenu.cpp + bookmarks/bookmarkstoolbar.cpp #---------------------------------------- adblock/adblockmanager.cpp adblock/adblocknetworkreply.cpp |