diff options
| author | Kevin Ottens <[email protected]> | 2010-05-12 15:58:45 +0000 |
|---|---|---|
| committer | Kevin Ottens <[email protected]> | 2010-05-12 15:58:45 +0000 |
| commit | de2cc4bd599b8385f3b9953230da1067c1ea5713 (patch) | |
| tree | 12731b8907a3bbac25671a075e3253f24348537b | |
| parent | 6a096cca2d9a3b10bf3874a967b9e2b66c7b748c (diff) | |
Depend directly on kcmutils.
svn path=/trunk/KDE/kdebase/apps/; revision=1125889
| -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 c47abd8c1..724852205 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -179,7 +179,7 @@ kde4_add_kdeinit_executable(dolphin ${dolphin_SRCS}) target_link_libraries(kdeinit_dolphin ${KDE4_KDEPRINT_LIBS} ${KDE4_KFILE_LIBS} - ${KDE4_KUTILS_LIBRARY} + ${KDE4_KCMUTILS_LIBRARY} konq dolphinprivate knewstuff3 |
