Fix xcb plugin compilation without D-Bus
Change-Id: I84afaa5668ac0f2c3954af50d123cfe469cbf255 Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>bb10
parent
e300efe6ee
commit
9f3bd7542c
|
|
@ -47,7 +47,10 @@
|
|||
#include <QtGui/qscreen.h>
|
||||
|
||||
#include <QtPlatformHeaders/qxcbwindowfunctions.h>
|
||||
|
||||
#ifndef QT_NO_DBUS
|
||||
#include "QtPlatformSupport/private/qdbusmenuconnection_p.h"
|
||||
#endif
|
||||
|
||||
#ifdef XCB_USE_XLIB
|
||||
# include <X11/Xlib.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue