┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Hartmetz <[email protected]>2008-10-26 23:55:34 +0000
committerAndreas Hartmetz <[email protected]>2008-10-26 23:55:34 +0000
commit1fabd1bab56f46bdb53b4be911309f6b279a7556 (patch)
treee19cf4f6205ccfb699b68b90831edd45fe4a85da
parentaccafbf95e158603cfcfe2173661a9b23f271064 (diff)
link with gold
svn path=/trunk/KDE/kdebase/apps/; revision=876282
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 493455292..dcf217d80 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -162,7 +162,7 @@ kde4_add_executable(dolphin ${dolphin_SRCS})
target_link_libraries(dolphin ${KDE4_KIO_LIBS} ${KDE4_KDEPRINT_LIBS} ${KDE4_KFILE_LIBS} konq dolphinprivate)
if (Nepomuk_FOUND)
- target_link_libraries(dolphin ${NEPOMUK_LIBRARIES})
+ target_link_libraries(dolphin ${NEPOMUK_LIBRARIES} ${SOPRANO_LIBRARIES})
endif (Nepomuk_FOUND)
install(TARGETS dolphin ${INSTALL_TARGETS_DEFAULT_ARGS})