Fix build of stable branch on build.kde.org (Try 2)
Like cc64bb25ae
just for xkb.
This commit is contained in:
parent
04fdecdd59
commit
db76d4279a
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue