diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-10-27 22:48:48 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-10-27 22:48:48 +0900 |
| commit | 7329c5659231beb753e39f600f5ac2d6bef92e3f (patch) | |
| tree | 2f0242f3cef6e62da4bf082f62c97a077d2fab8a /modules | |
| parent | e1b441631c31d8ab9269bd44d1a992af6424ccdd (diff) | |
| download | tde-cmake-7329c5659231beb753e39f600f5ac2d6bef92e3f.tar.gz tde-cmake-7329c5659231beb753e39f600f5ac2d6bef92e3f.zip | |
Add handling of xpm files to tde_install_icons macro
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/TDEMacros.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/TDEMacros.cmake b/modules/TDEMacros.cmake index fa1ad61..c7f6609 100644 --- a/modules/TDEMacros.cmake +++ b/modules/TDEMacros.cmake @@ -279,7 +279,7 @@ macro( tde_install_icons ) foreach( _icon ${_icons} ) unset( _theme ) # clearing - file(GLOB _icon_files *-${_icon}.png *-${_icon}.mng _icon_files *-${_icon}.svg* ) + file(GLOB _icon_files *-${_icon}.png *-${_icon}.mng _icon_files *-${_icon}.svg* *-${_icon}.xpm ) foreach( _icon_file ${_icon_files} ) # FIXME need a review string( REGEX MATCH "^.*/([a-zA-Z][a-zA-Z])([0-9a-zA-Z]+)\\-([a-z]+)\\-([^/]+)$" _dummy "${_icon_file}" ) |
