From 2fcbe68fbc19614a053428bdc37d7c6a3c84e8c8 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Fri, 16 Mar 2012 16:54:26 +0100 Subject: Add loadUrl API to mainwindow - Get rid of unused NewBackTab enum - move loading url code to MainWindow class - Remove ThreadWeaver API. (And take it easy...) - Changed logic: calculate url BEFORE creating a tab... REVIEW:104326 --- src/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 518ce571..da9b48c5 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -11,7 +11,6 @@ SET( rekonq_KDEINIT_SRCS clicktoflash.cpp downloaditem.cpp downloadmanager.cpp - filterurljob.cpp findbar.cpp icondownloader.cpp iconmanager.cpp @@ -170,7 +169,6 @@ TARGET_LINK_LIBRARIES ( kdeinit_rekonq ${KDE4_KDEUI_LIBS} ${KDE4_KIO_LIBS} ${KDE4_KPARTS_LIBS} - ${KDE4_THREADWEAVER_LIBRARIES} ) -- cgit v1.2.1