Fix build of stable branch on build.kde.org (Try 2)

Like cc64bb25ae just for xkb.
This commit is contained in:
Martin Gräßlin 2016-03-03 16:14:17 +01:00
parent 04fdecdd59
commit db76d4279a

View file

@ -61,7 +61,9 @@ static void xkbLogHandler(xkb_context *context, xkb_log_level priority, const ch
qCDebug(KWIN_XKB) << "XKB:" << buf;
break;
case XKB_LOG_LEVEL_INFO:
#if (QT_VERSION >= QT_VERSION_CHECK(5, 5, 0))
qCInfo(KWIN_XKB) << "XKB:" << buf;
#endif
break;
case XKB_LOG_LEVEL_WARNING:
qCWarning(KWIN_XKB) << "XKB:" << buf;