diff options
author | Jonathan Riddell <jr@jriddell.org> | 2014-07-01 16:49:53 +0200 |
---|---|---|
committer | Jonathan Riddell <jr@jriddell.org> | 2014-07-01 16:49:53 +0200 |
commit | baa6fdc54692f906f631b84c9457466aee998123 (patch) | |
tree | 813cabe10bb18cc4de44eb1616f14d001c5150e3 /modules | |
parent | 0b6114cb6dbd1c4aa0db294e8e105211e9fd4a51 (diff) | |
download | extra-cmake-modules-baa6fdc54692f906f631b84c9457466aee998123.tar.gz extra-cmake-modules-baa6fdc54692f906f631b84c9457466aee998123.tar.bz2 |
add breeze icon theme to ECMInstallIcons, ack'ed by notmart
Diffstat (limited to 'modules')
-rw-r--r-- | modules/ECMInstallIcons.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/ECMInstallIcons.cmake b/modules/ECMInstallIcons.cmake index 4255d98b..ccbbfea2 100644 --- a/modules/ECMInstallIcons.cmake +++ b/modules/ECMInstallIcons.cmake @@ -93,6 +93,7 @@ set(_ECM_ICON_GROUP_intl "intl") # For the "compatibility" syntax: a "map" of short theme names to the theme # directory +set(_ECM_ICON_THEME_br "breeze") set(_ECM_ICON_THEME_ox "oxygen") set(_ECM_ICON_THEME_cr "crystalsvg") set(_ECM_ICON_THEME_lo "locolor") |