QXcbIntergration: Fix build w/o DBus
Don't include QKdeTheme when Qt is built w/o DBus. Change-Id: Iefa16ace1fbac2cad1fb964bfaecbe3e4f309f25 Found-by: juha.vuolle@qt.io Reviewed-by: Juha Vuolle <juha.vuolle@qt.io>
This commit is contained in:
parent
6faf5f2bbc
commit
4b198c5e64
@ -44,7 +44,9 @@
|
||||
|
||||
#include <qpa/qplatforminputcontextfactory_p.h>
|
||||
#include <private/qgenericunixtheme_p.h>
|
||||
#if QT_CONFIG(dbus)
|
||||
#include <private/qkdetheme_p.h>
|
||||
#endif
|
||||
#include <qpa/qplatforminputcontext.h>
|
||||
|
||||
#include <QtGui/QOpenGLContext>
|
||||
|
Loading…
x
Reference in New Issue
Block a user