diff options
| author | Peter Penz <[email protected]> | 2006-12-05 22:48:35 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2006-12-05 22:48:35 +0000 |
| commit | 8c7e12b1f7ae0699c85c4a0cbf29265a13766d43 (patch) | |
| tree | c23180df0ebc85ca438bae49a30da35c9e3496c0 /src/CMakeLists.txt | |
| parent | d567bc3aea444ff3bc70e4180faaaa1f124be93b (diff) | |
Applying view properties recursively to sub directories works again (TODO: rewrite ViewPropsApplier completely as KJob implementation).
svn path=/trunk/playground/utils/dolphin/; revision=610887
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 2ee66d31a..cdec284c8 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -42,7 +42,9 @@ set(dolphin_SRCS statusbarspaceinfo.cpp renamedialog.cpp filterbar.cpp - protocolcombo.cpp ) + protocolcombo.cpp + viewpropsprogressinfo.cpp + viewpropsapplier.cpp ) kde4_automoc(${dolphin_SRCS}) |
