* install icons to global icon dir, otherwise it seems not to work when using dolpin part in konqueror
svn path=/trunk/KDE/kdebase/apps/; revision=817991
13 files changed:
+++ /dev/null
-install( FILES preview.png DESTINATION ${DATA_INSTALL_DIR}/dolphin/icons/hicolor/128x128/actions )
+++ /dev/null
-install( FILES preview.png DESTINATION ${DATA_INSTALL_DIR}/dolphin/icons/hicolor/16x16/actions )
+++ /dev/null
-install( FILES preview.png DESTINATION ${DATA_INSTALL_DIR}/dolphin/icons/hicolor/22x22/actions )
+++ /dev/null
-install( FILES preview.png DESTINATION ${DATA_INSTALL_DIR}/dolphin/icons/hicolor/32x32/actions )
+++ /dev/null
-install( FILES preview.png DESTINATION ${DATA_INSTALL_DIR}/dolphin/icons/hicolor/48x48/actions )
+++ /dev/null
-install( FILES preview.png DESTINATION ${DATA_INSTALL_DIR}/dolphin/icons/hicolor/64x64/actions )
-
-add_subdirectory( 128x128 )
-add_subdirectory( 64x64 )
-add_subdirectory( 48x48 )
-add_subdirectory( 32x32 )
-add_subdirectory( 22x22 )
-add_subdirectory( 16x16 )
-
-kde4_install_icons( ${DATA_INSTALL_DIR}/dolphin/icons )
+kde4_install_icons(${ICON_INSTALL_DIR}) # TODO: check if {DATA_INSTALL_DIR}/dolphin/icons will work (-> when used from Konqueror)..