diff options
| author | Andreas Hartmetz <[email protected]> | 2008-10-26 23:55:34 +0000 |
|---|---|---|
| committer | Andreas Hartmetz <[email protected]> | 2008-10-26 23:55:34 +0000 |
| commit | 1fabd1bab56f46bdb53b4be911309f6b279a7556 (patch) | |
| tree | e19cf4f6205ccfb699b68b90831edd45fe4a85da /src | |
| parent | accafbf95e158603cfcfe2173661a9b23f271064 (diff) | |
link with gold
svn path=/trunk/KDE/kdebase/apps/; revision=876282
Diffstat (limited to 'src')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
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}) |
