From 232a5421755d7109f28dcf3ff4e26fd64ad02d66 Mon Sep 17 00:00:00 2001 From: Urs Wolfer Date: Sat, 7 Jun 2008 10:56:14 +0000 Subject: * 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 --- src/pics/CMakeLists.txt | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'src/pics/CMakeLists.txt') diff --git a/src/pics/CMakeLists.txt b/src/pics/CMakeLists.txt index f8f43a473..179275be7 100644 --- a/src/pics/CMakeLists.txt +++ b/src/pics/CMakeLists.txt @@ -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).. -- cgit v1.3.1