From 76319190fa422c0a12417410ad12241172bf3c0a Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Thu, 13 Nov 2008 03:13:34 +0100 Subject: 1st new implementation of KDE bookmarks system. The idea is to share konqueror bookmarks until we don't have an akonadi storage of them.. --- src/CMakeLists.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d4317b2d..50b13782 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,6 +1,5 @@ SET( rekonq_SRCS autosaver.cpp - bookmarks.cpp browserapplication.cpp browsermainwindow.cpp cookiejar.cpp @@ -19,13 +18,10 @@ SET( rekonq_SRCS toolbarsearch.cpp urllineedit.cpp webview.cpp - xbel.cpp main.cpp ) KDE4_ADD_UI_FILES( rekonq_SRCS - addbookmarkdialog.ui - bookmarks.ui cookies.ui cookiesexceptions.ui downloaditem.ui @@ -47,6 +43,7 @@ TARGET_LINK_LIBRARIES( rekonq ${QT_QTNETWORK_LIBRARY} ${QT_QTWEBKIT_LIBRARY} ${KDE4_KDEUI_LIBS} + ${KDE4_KIO_LIBS} ${QT_QTUITOOLS_LIBRARY} ) -- cgit v1.2.1