From: Laurent Montel Date: Mon, 2 Jul 2007 14:04:12 +0000 (+0000) Subject: Remove not necessary variable already X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/398005a9913a3773ba6e3539c4bf2728628623a4 Remove not necessary variable already add by other kde cmake variable svn path=/trunk/KDE/kdebase/apps/; revision=682363 --- 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})