Skip to content

Use BreezeIcons if available during build-time

Gary Wang requested to merge garywang/kcharselect:breeze-icons into master

This can benefit platforms like Windows so breeze's icon can be used if the platform don't offer icon theme support out-of-the-box.

While Qt 6.7 start offering some sort of icon support by mapping icon names in the platform plugin, the amount of supported icons is still smaller than what breeze-icons offered, thus still a good choice to use breeze-icons.

Within this change, BreezeIcons is still an optional dependency at build-time.

cc @aacid

by the way, is there a way to specific BreezeIcons to use its light or dark variant of icons? Since it doesn't look right if user is using a dark theme (screenshot on Windows 11 with dark theme, Qt 6.7 is used):

image

Merge request reports