diff options
| author | Urs Wolfer <[email protected]> | 2008-06-07 10:56:14 +0000 |
|---|---|---|
| committer | Urs Wolfer <[email protected]> | 2008-06-07 10:56:14 +0000 |
| commit | 232a5421755d7109f28dcf3ff4e26fd64ad02d66 (patch) | |
| tree | 28926e589357b70720cd564e28780aaca3d570f9 /src/pics/CMakeLists.txt | |
| parent | 3b8f32042f4191eb6fe91ad3572dbcf5e2d34f2f (diff) | |
* 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
Diffstat (limited to 'src/pics/CMakeLists.txt')
| -rw-r--r-- | src/pics/CMakeLists.txt | 10 |
1 files changed, 1 insertions, 9 deletions
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).. |
