remove stray dbus/-menu dependency from xcb plugin
amendsbb1026a05fc09(which in turn was a cleanup of38abd6537). Change-Id: I6159a3cfe468db048faf1c396143dd3869f7e72b Reviewed-by: Jake Petroules <jake.petroules@qt.io>
parent
72fe67353d
commit
7b4c52c7e6
|
|
@ -57,10 +57,6 @@
|
|||
#include <QtPlatformHeaders/qxcbintegrationfunctions.h>
|
||||
#include <QtPlatformHeaders/qxcbscreenfunctions.h>
|
||||
|
||||
#ifndef QT_NO_DBUS
|
||||
#include "QtPlatformSupport/private/qdbusmenuconnection_p.h"
|
||||
#endif
|
||||
|
||||
#ifdef XCB_USE_XLIB
|
||||
# include <X11/Xlib.h>
|
||||
#else
|
||||
|
|
|
|||
|
|
@ -53,7 +53,6 @@ class QWidget;
|
|||
class QXcbScreen;
|
||||
class QXcbConnection;
|
||||
class QXcbNativeInterfaceHandler;
|
||||
class QDBusMenuConnection;
|
||||
|
||||
class Q_XCB_EXPORT QXcbNativeInterface : public QPlatformNativeInterface
|
||||
{
|
||||
|
|
|
|||
|
|
@ -66,9 +66,6 @@ include(gl_integrations/gl_integrations.pri)
|
|||
|
||||
CONFIG += qpa/genericunixfontdatabase
|
||||
|
||||
qtConfig(dbus-linked): \
|
||||
QT += dbus
|
||||
|
||||
!qtConfig(system-xcb) {
|
||||
DEFINES += XCB_USE_RENDER
|
||||
XCB_DIR = ../../../3rdparty/xcb
|
||||
|
|
|
|||
Loading…
Reference in New Issue