Fix xcb plugin compilation without D-Bus

Change-Id: I84afaa5668ac0f2c3954af50d123cfe469cbf255
Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>
bb10
Alex Trotsenko 2015-02-13 16:15:59 +02:00
parent e300efe6ee
commit 9f3bd7542c
1 changed files with 3 additions and 0 deletions

View File

@ -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>