┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2006-12-17 13:47:45 +0000
committerPeter Penz <[email protected]>2006-12-17 13:47:45 +0000
commit8b240249dbc3ea965cbcb4d311aeba5c30e85127 (patch)
tree49d90759d5903189f17549c17b6f9bff213195f9 /src/CMakeLists.txt
parentc28c72619cef1edaf6ca732d293b321f5ac220e5 (diff)
Use KonqMimeData for the cut- and copy-operation instead of using bool property inside DolphinMainWindow. This assures that cut- and copy-operations also work within multiple Dolphin main windows.
svn path=/trunk/playground/utils/dolphin/; revision=614351
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 7c50ce550..569e178c1 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -57,7 +57,7 @@ kde4_add_kcfg_files(dolphin_SRCS
kde4_add_executable(dolphin ${dolphin_SRCS})
-target_link_libraries(dolphin ${KDE4_KDECORE_LIBS} ${KDE4_KDEPRINT_LIBS} )
+target_link_libraries(dolphin ${KDE4_KDECORE_LIBS} ${KDE4_KDEPRINT_LIBS} konq )
install(TARGETS dolphin DESTINATION ${BIN_INSTALL_DIR})