]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Remove not necessary variable already
authorLaurent Montel <montel@kde.org>
Mon, 2 Jul 2007 14:04:12 +0000 (14:04 +0000)
committerLaurent Montel <montel@kde.org>
Mon, 2 Jul 2007 14:04:12 +0000 (14:04 +0000)
add by other kde cmake variable

svn path=/trunk/KDE/kdebase/apps/; revision=682363

src/CMakeLists.txt

index cb572c654071c489d95578023c5f2883cc10370e..edbc1c3d6543eb711e8d3562963c3cd0baf021e1 100644 (file)
@@ -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})