┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Montel <[email protected]>2007-07-02 13:49:52 +0000
committerLaurent Montel <[email protected]>2007-07-02 13:49:52 +0000
commitb5ada3a879cab2ddd1ef5f9b134e45c585ab74cb (patch)
treea46a89ea00fc333cd7c8b3c842ba72e3af880533
parent2a86e0bf84f47bb377afdcfbc89f082bf1c44dd0 (diff)
not necessary to duplicate it
svn path=/trunk/KDE/kdebase/apps/; revision=682359
-rw-r--r--src/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index a2aad29a3..cb572c654 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -114,10 +114,6 @@ qt4_add_dbus_adaptor(dolphin_SRCS
dolphinmainwindow.h DolphinMainWindow)
kde4_add_executable(dolphin ${dolphin_SRCS})
-find_package(Nepomuk)
-macro_bool_to_01(Nepomuk_FOUND HAVE_NEPOMUK)
-
-configure_file(config-nepomuk.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-nepomuk.h )
target_link_libraries(dolphin ${KDE4_KDECORE_LIBS} ${KDE4_KDEPRINT_LIBS} ${KDE4_KFILE_LIBS} konq dolphinprivate)
if (Nepomuk_FOUND)