From 0a3a481ee2c850d6cacf48c2ffcf08b1ee8adce6 Mon Sep 17 00:00:00 2001 From: George Goldberg Date: Mon, 2 Jun 2008 10:07:13 +0000 Subject: Fix the edit-menu action disabling/enabling bug in dolphinpart finally! Also, move FileItemCapabilities from dolphin to KonqFileItemCapabilities at dfaure's request (making it implicitly shared along the way). BUGS:161594 svn path=/trunk/KDE/kdebase/apps/; revision=815584 --- src/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 90fade469..b548c723f 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -79,7 +79,7 @@ set(dolphinpart_SRCS kde4_add_plugin(dolphinpart ${dolphinpart_SRCS}) -target_link_libraries(dolphinpart dolphinprivate) +target_link_libraries(dolphinpart dolphinprivate konq) install(TARGETS dolphinpart DESTINATION ${PLUGIN_INSTALL_DIR} ) @@ -104,7 +104,6 @@ set(dolphin_SRCS dolphinfileplacesview.cpp dolphinsettingsdialog.cpp draganddrophelper.cpp - fileitemcapabilities.cpp filterbar.cpp generalsettingspage.cpp generalviewsettingspage.cpp -- cgit v1.3.1