┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-04-10 08:46:21 +0000
committerPeter Penz <[email protected]>2007-04-10 08:46:21 +0000
commit5b5a7b8da8cb3ee6bbb9f7450c87fca5de41dc05 (patch)
treed1257d61ee27485274b305eab30cb8e4de7f5592 /src/CMakeLists.txt
parent0eac7ed90009b8e44fe7e3fee17152ed672b7f3b (diff)
Added Rafael López's item categorizer into Dolphin (it's currently deactivated in dolphiniconsview.cpp until it's in shape for the public).
svn path=/trunk/KDE/kdebase/apps/; revision=652156
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt30
1 files changed, 18 insertions, 12 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index c94968e11..2d855532c 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -9,20 +9,22 @@ add_definitions (-DQT3_SUPPORT)
########### next target ###############
set(dolphinprivate_LIB_SRCS
- dolphincontroller.cpp
- dolphindetailsview.cpp
- dolphiniconsview.cpp
- dolphinsettings.cpp
- viewproperties.cpp
- dolphinsortfilterproxymodel.cpp
- )
+ dolphincontroller.cpp
+ dolphindetailsview.cpp
+ dolphiniconsview.cpp
+ dolphinitemcategorizer.cpp
+ klistview.cpp
+ dolphinsettings.cpp
+ viewproperties.cpp
+ dolphinsortfilterproxymodel.cpp
+ )
kde4_add_kcfg_files(dolphinprivate_LIB_SRCS
- dolphin_columnmodesettings.kcfgc
- dolphin_directoryviewpropertysettings.kcfgc
- dolphin_detailsmodesettings.kcfgc
- dolphin_iconsmodesettings.kcfgc
- dolphin_generalsettings.kcfgc)
+ dolphin_columnmodesettings.kcfgc
+ dolphin_directoryviewpropertysettings.kcfgc
+ dolphin_detailsmodesettings.kcfgc
+ dolphin_iconsmodesettings.kcfgc
+ dolphin_generalsettings.kcfgc)
kde4_automoc(${dolphinprivate_LIB_SRCS})
@@ -101,5 +103,9 @@ install(TARGETS dolphin DESTINATION ${BIN_INSTALL_DIR})
install( FILES dolphin.desktop DESTINATION ${XDG_APPS_DIR} )
install( FILES dolphin_directoryviewpropertysettings.kcfg dolphin_generalsettings.kcfg dolphin_columnmodesettings.kcfg dolphin_iconsmodesettings.kcfg dolphin_detailsmodesettings.kcfg DESTINATION ${KCFG_INSTALL_DIR} )
install( FILES dolphinui.rc DESTINATION ${DATA_INSTALL_DIR}/dolphin )
+install( FILES
+ klistview.h
+ kitemcategorizer.h
+ DESTINATION ${INCLUDE_INSTALL_DIR})
kde4_install_icons( ${ICON_INSTALL_DIR} )