diff --git a/KF5Kirigami2Macros.cmake b/KF5Kirigami2Macros.cmake --- a/KF5Kirigami2Macros.cmake +++ b/KF5Kirigami2Macros.cmake @@ -21,9 +21,12 @@ #search in other sizes as well if (path STREQUAL "") - file(GLOB_RECURSE path ${_BREEZEICONS_DIR}/icons/*/32/${icon}.svg ) + file(GLOB_RECURSE path ${_BREEZEICONS_DIR}/icons/*/32/${icon}.svg ) if (path STREQUAL "") file(GLOB_RECURSE path ${_BREEZEICONS_DIR}/icons/*/22/${icon}.svg ) + if (path STREQUAL "") + file(GLOB_RECURSE path ${_BREEZEICONS_DIR}/icons/*/16/${icon}.svg ) + endif() endif() endif() if (path STREQUAL "")