]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Remove not necessary cmake variable
authorLaurent Montel <montel@kde.org>
Thu, 5 Jul 2007 09:02:54 +0000 (09:02 +0000)
committerLaurent Montel <montel@kde.org>
Thu, 5 Jul 2007 09:02:54 +0000 (09:02 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=683756

src/CMakeLists.txt

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