]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/CMakeLists.txt
Instead of having a the 3 view modes "icons", "details" and "previews" only 2 view...
[dolphin.git] / src / CMakeLists.txt
index 2ee66d31a9363804c4d18ca8ecda155d27b4fded..3294672bbb3f9f563890e26df344e1966303e55b 100644 (file)
@@ -42,7 +42,9 @@ set(dolphin_SRCS
    statusbarspaceinfo.cpp
    renamedialog.cpp
    filterbar.cpp
-   protocolcombo.cpp )
+   protocolcombo.cpp
+   viewpropsprogressinfo.cpp
+   applyviewpropsjob.cpp )
 
 kde4_automoc(${dolphin_SRCS})
 
@@ -50,8 +52,7 @@ kde4_add_kcfg_files(dolphin_SRCS
    directoryviewpropertysettings.kcfgc
    generalsettings.kcfgc
    iconsmodesettings.kcfgc
-   detailsmodesettings.kcfgc
-   previewsmodesettings.kcfgc )
+   detailsmodesettings.kcfgc )
 
 kde4_add_executable(dolphin ${dolphin_SRCS})
 
@@ -63,7 +64,7 @@ install(TARGETS dolphin DESTINATION ${BIN_INSTALL_DIR})
 ########### install files ###############
 
 install( FILES  dolphin.desktop DESTINATION ${XDG_APPS_DIR} )
-install( FILES  directoryviewpropertysettings.kcfg generalsettings.kcfg                                iconsmodesettings.kcfg detailsmodesettings.kcfg previewsmodesettings.kcfg                               DESTINATION ${KCFG_INSTALL_DIR} )
+install( FILES  directoryviewpropertysettings.kcfg generalsettings.kcfg iconsmodesettings.kcfg detailsmodesettings.kcfg DESTINATION ${KCFG_INSTALL_DIR} )
 install( FILES  dolphinui.rc DESTINATION ${DATA_INSTALL_DIR}/dolphin )
 
 kde4_install_icons( ${ICON_INSTALL_DIR} )