* use cmake macro to install preview icon

* 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
This commit is contained in:
Urs Wolfer 2008-06-07 10:56:14 +00:00
parent 3b8f32042f
commit 232a542175
13 changed files with 1 additions and 15 deletions

View file

@ -1 +0,0 @@
install( FILES preview.png DESTINATION ${DATA_INSTALL_DIR}/dolphin/icons/hicolor/128x128/actions )

View file

@ -1 +0,0 @@
install( FILES preview.png DESTINATION ${DATA_INSTALL_DIR}/dolphin/icons/hicolor/16x16/actions )

View file

@ -1 +0,0 @@
install( FILES preview.png DESTINATION ${DATA_INSTALL_DIR}/dolphin/icons/hicolor/22x22/actions )

View file

@ -1 +0,0 @@
install( FILES preview.png DESTINATION ${DATA_INSTALL_DIR}/dolphin/icons/hicolor/32x32/actions )

View file

@ -1 +0,0 @@
install( FILES preview.png DESTINATION ${DATA_INSTALL_DIR}/dolphin/icons/hicolor/48x48/actions )

View file

@ -1 +0,0 @@
install( FILES preview.png DESTINATION ${DATA_INSTALL_DIR}/dolphin/icons/hicolor/64x64/actions )

View file

@ -1,9 +1 @@
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)..

View file

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

View file

Before

Width:  |  Height:  |  Size: 670 B

After

Width:  |  Height:  |  Size: 670 B

View file

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View file

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

View file

Before

Width:  |  Height:  |  Size: 8.1 KiB

After

Width:  |  Height:  |  Size: 8.1 KiB