From: Laurent Montel Date: Thu, 5 Jul 2007 09:02:54 +0000 (+0000) Subject: Remove not necessary cmake variable X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/67563a41a173293d66080a4f540912681c74925f Remove not necessary cmake variable svn path=/trunk/KDE/kdebase/apps/; revision=683756 --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index edbc1c3d6..9bc0665c2 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -41,7 +41,7 @@ macro_bool_to_01(Nepomuk_FOUND HAVE_NEPOMUK) configure_file(config-nepomuk.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-nepomuk.h ) -target_link_libraries(dolphinprivate ${KDE4_KDEUI_LIBS} ${KDE4_KFILE_LIBS} konq) +target_link_libraries(dolphinprivate ${KDE4_KFILE_LIBS} konq) if (Nepomuk_FOUND) target_link_libraries(dolphinprivate ${NEPOMUK_LIBRARIES}) endif (Nepomuk_FOUND)