X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fqtui.cpp;fp=src%2Fqtui%2Fqtui.cpp;h=d849fc5597e003c301f15b25fe0ba08ffb5dcfa0;hp=3ef32014b82aab375c82e29796dd23f02ee6fc25;hb=470591c38960f9107d4808a81b0cae95cfe9c3e8;hpb=6d4c6dd41bd39d173e1ca187a989660b76299325 diff --git a/src/qtui/qtui.cpp b/src/qtui/qtui.cpp index 3ef32014..d849fc55 100644 --- a/src/qtui/qtui.cpp +++ b/src/qtui/qtui.cpp @@ -274,7 +274,9 @@ std::vector> QtUi::availableIconThemes() const static const std::vector> supported { { "breeze", tr("Breeze") }, { "breeze-dark", tr("Breeze Dark") }, +#ifdef WITH_OYGEN_ICONS { "oxygen", tr("Oxygen") } +#endif }; std::vector> result;