┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorDavid Faure <[email protected]>2008-05-04 21:16:30 +0000
committerDavid Faure <[email protected]>2008-05-04 21:16:30 +0000
commitfd98230020bdbdd051bbb11193a61097f169479b (patch)
treeaa7aa7fd453d3d6d2c64d70c23612cf3f9f4c883 /src/CMakeLists.txt
parent5ad129ac78be046471a172f1e42d716dc0a4485b (diff)
Move "Adjust view properties" to dolphinviewactionhandler so that it's available in dolphinpart (konqueror) too.
Bug reported by kde-bug-hunter "lemma". svn path=/trunk/KDE/kdebase/apps/; revision=804037
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 6bac07194..03e952ac6 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -35,6 +35,10 @@ set(dolphinprivate_LIB_SRCS
selectionmanager.cpp
tooltipmanager.cpp
viewproperties.cpp
+ viewpropertiesdialog.cpp
+ viewpropsprogressinfo.cpp
+ additionalinfodialog.cpp
+ applyviewpropsjob.cpp
)
kde4_add_kcfg_files(dolphinprivate_LIB_SRCS
@@ -84,8 +88,6 @@ install(FILES dolphinpart.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
##########################################
set(dolphin_SRCS
- additionalinfodialog.cpp
- applyviewpropsjob.cpp
columnviewsettingspage.cpp
commentwidget.cpp
commenteditwidget.cpp
@@ -121,10 +123,9 @@ set(dolphin_SRCS
treeviewcontextmenu.cpp
treeviewsidebarpage.cpp
sidebartreeview.cpp
- viewpropertiesdialog.cpp
viewsettingspage.cpp
viewsettingspagebase.cpp
- viewpropsprogressinfo.cpp)
+ )
kde4_add_kcfg_files(dolphin_SRCS
dolphin_folderspanelsettings.kcfgc)