┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Montel <[email protected]>2007-07-02 14:04:12 +0000
committerLaurent Montel <[email protected]>2007-07-02 14:04:12 +0000
commit398005a9913a3773ba6e3539c4bf2728628623a4 (patch)
tree9e06a7c70b814f599c6b88d66cbbe910713dd648
parentb5ada3a879cab2ddd1ef5f9b134e45c585ab74cb (diff)
Remove not necessary variable already
add by other kde cmake variable svn path=/trunk/KDE/kdebase/apps/; revision=682363
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index cb572c654..edbc1c3d6 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -114,7 +114,7 @@ qt4_add_dbus_adaptor(dolphin_SRCS
dolphinmainwindow.h DolphinMainWindow)
kde4_add_executable(dolphin ${dolphin_SRCS})
-target_link_libraries(dolphin ${KDE4_KDECORE_LIBS} ${KDE4_KDEPRINT_LIBS} ${KDE4_KFILE_LIBS} konq dolphinprivate)
+target_link_libraries(dolphin ${KDE4_KDEPRINT_LIBS} ${KDE4_KFILE_LIBS} konq dolphinprivate)
if (Nepomuk_FOUND)
target_link_libraries(dolphin ${NEPOMUK_LIBRARIES})