┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorGeorge Goldberg <[email protected]>2008-06-02 10:07:13 +0000
committerGeorge Goldberg <[email protected]>2008-06-02 10:07:13 +0000
commit0a3a481ee2c850d6cacf48c2ffcf08b1ee8adce6 (patch)
treefe0acecf35f143e763b0ccf3e61b4b2e62c3cd29 /src/CMakeLists.txt
parent6c24907d28a7879fba5d0b68c75b835db707e514 (diff)
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
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
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