diff options
| author | Peter Penz <[email protected]> | 2009-11-21 22:08:59 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-11-21 22:08:59 +0000 |
| commit | 35ba6eb132a2b969a53ee31e3a26d72a371e02d6 (patch) | |
| tree | 42cefbf2bf14519c3c5c33c0129f98933cbd6f6c /src/CMakeLists.txt | |
| parent | 42372dc3b5f4ffd2cabef9a508d3a44bb95612de (diff) | |
* show only a minimized set of search options per default
* remember the search options when closing Dolphin, so that the user can adjust his "default search template"
svn path=/trunk/KDE/kdebase/apps/; revision=1052499
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 6b3c95f0d..4f64c8bae 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -157,11 +157,13 @@ set(dolphin_SRCS statusbar/statusbarspaceinfo.cpp statusbar/statusbarmessagelabel.cpp zoomlevelinfo.cpp - ) +) kde4_add_kcfg_files(dolphin_SRCS panels/folders/dolphin_folderspanelsettings.kcfgc - panels/information/dolphin_informationpanelsettings.kcfgc) + panels/information/dolphin_informationpanelsettings.kcfgc + search/dolphin_searchsettings.kcfgc +) if(Nepomuk_FOUND) set(dolphin_SRCS |
