diff options
| author | Christophe Giboudeaux <[email protected]> | 2010-08-27 20:13:36 +0000 |
|---|---|---|
| committer | Christophe Giboudeaux <[email protected]> | 2010-08-27 20:13:36 +0000 |
| commit | b905532effdec177568308258c2ad87c00c70cac (patch) | |
| tree | 03bbc7bfaa97f29598e9a99b74adeeb53e05071a | |
| parent | 09e1cc4d7726b649710fe5ce49741ae736ce4d06 (diff) | |
Fix a linker error.
svn path=/trunk/KDE/kdebase/apps/; revision=1168904
| -rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b6b9410ab..06e93174f 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -176,6 +176,7 @@ kde4_add_kdeinit_executable(dolphin ${dolphin_SRCS}) target_link_libraries(kdeinit_dolphin ${KDE4_KDEPRINT_LIBS} ${KDE4_KFILE_LIBS} + ${KDE4_KPARTS_LIBS} ${KDE4_KCMUTILS_LIBRARY} konq dolphinprivate |
