Use the instealled headers in the public headers for client
and use the install generated headers feature for wayland-scanner Change-Id: I6cba9f02f8739ef5fbeeb171582e6d766d9c0fdb Reviewed-by: Andy Nichols <andy.nichols@digia.com>
This commit is contained in:
parent
0984830c33
commit
e9613ce5b7
@ -40,7 +40,6 @@ WAYLANDCLIENTSOURCES += \
|
||||
../extensions/windowmanager.xml \
|
||||
../3rdparty/protocol/text.xml \
|
||||
|
||||
|
||||
SOURCES += qwaylandintegration.cpp \
|
||||
qwaylandnativeinterface.cpp \
|
||||
qwaylandshmbackingstore.cpp \
|
||||
@ -100,4 +99,3 @@ contains(DEFINES, QT_WAYLAND_GL_SUPPORT) {
|
||||
SOURCES += qwaylandglintegration.cpp
|
||||
HEADERS += qwaylandglintegration.h
|
||||
}
|
||||
|
||||
|
@ -42,7 +42,7 @@
|
||||
#ifndef QWAYLANDBUFFER_H
|
||||
#define QWAYLANDBUFFER_H
|
||||
|
||||
#include "qwaylandclientexport.h"
|
||||
#include <QtWaylandClient/qwaylandclientexport.h>
|
||||
|
||||
#include <QtCore/QSize>
|
||||
#include <QtCore/QRect>
|
||||
|
@ -42,7 +42,7 @@
|
||||
#ifndef QWAYLANDDATADEVICEMANAGER_H
|
||||
#define QWAYLANDDATADEVICEMANAGER_H
|
||||
|
||||
#include "qwaylanddisplay.h"
|
||||
#include <QtWaylandClient/qwaylanddisplay.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
|
@ -42,7 +42,9 @@
|
||||
#ifndef QWAYLANDDATASOURCE_H
|
||||
#define QWAYLANDDATASOURCE_H
|
||||
|
||||
#include "qwaylanddisplay.h"
|
||||
#include <QtWaylandClient/qwaylanddatadevicemanager.h>
|
||||
|
||||
#include <QtWaylandClient/private/wayland-wayland-client-protocol.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
|
@ -48,8 +48,8 @@
|
||||
#include <QtCore/QWaitCondition>
|
||||
|
||||
#include <wayland-client.h>
|
||||
#include <QtWaylandClient/private/qwayland-wayland.h>
|
||||
|
||||
#include <QtWaylandClient/private/qwayland-wayland.h>
|
||||
#include <QtWaylandClient/qwaylandclientexport.h>
|
||||
|
||||
struct wl_cursor_image;
|
||||
|
@ -47,7 +47,7 @@
|
||||
|
||||
#include <QtGui/QDrag>
|
||||
#include <QtCore/QMimeData>
|
||||
#include "qwaylanddisplay.h"
|
||||
#include <QtWaylandClient/qwaylanddisplay.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
|
@ -42,7 +42,7 @@
|
||||
#ifndef QWAYLANDEXTENDEDOUTPUT_H
|
||||
#define QWAYLANDEXTENDEDOUTPUT_H
|
||||
|
||||
#include "qwaylanddisplay.h"
|
||||
#include <QtWaylandClient/qwaylanddisplay.h>
|
||||
#include <QtWaylandClient/private/qwayland-output-extension.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
@ -42,7 +42,7 @@
|
||||
#ifndef QWAYLANDINPUTDEVICE_H
|
||||
#define QWAYLANDINPUTDEVICE_H
|
||||
|
||||
#include "qwaylandwindow.h"
|
||||
#include <QtWaylandClient/qwaylandwindow.h>
|
||||
|
||||
#include <QSocketNotifier>
|
||||
#include <QObject>
|
||||
|
@ -42,7 +42,7 @@
|
||||
#ifndef QWAYLANDNATIVEINTERFACE_H
|
||||
#define QWAYLANDNATIVEINTERFACE_H
|
||||
|
||||
#include "qwaylandscreen.h"
|
||||
#include <QtWaylandClient/qwaylandscreen.h>
|
||||
#include <QVariantMap>
|
||||
#include <qpa/qplatformnativeinterface.h>
|
||||
|
||||
|
@ -42,7 +42,7 @@
|
||||
#ifndef QWAYLANDQTKEY_H
|
||||
#define QWAYLANDQTKEY_H
|
||||
|
||||
#include "qwaylanddisplay.h"
|
||||
#include <QtWaylandClient/qwaylanddisplay.h>
|
||||
#include <qpa/qwindowsysteminterface.h>
|
||||
|
||||
#include <QtWaylandClient/private/qwayland-qtkey-extension.h>
|
||||
|
@ -42,10 +42,10 @@
|
||||
#ifndef QWAYLANDSHMBACKINGSTORE_H
|
||||
#define QWAYLANDSHMBACKINGSTORE_H
|
||||
|
||||
#include "qwaylandbuffer.h"
|
||||
#include <QtWaylandClient/qwaylandbuffer.h>
|
||||
|
||||
#include "qwaylanddecoration.h"
|
||||
#include "qwaylandshmwindow.h"
|
||||
#include <QtWaylandClient/qwaylanddecoration.h>
|
||||
#include <QtWaylandClient/qwaylandshmwindow.h>
|
||||
|
||||
#include <qpa/qplatformbackingstore.h>
|
||||
#include <QtGui/QImage>
|
||||
|
@ -42,7 +42,7 @@
|
||||
#ifndef QWAYLANDSHMWINDOW_H
|
||||
#define QWAYLANDSHMWINDOW_H
|
||||
|
||||
#include "qwaylandwindow.h"
|
||||
#include <QtWaylandClient/qwaylandwindow.h>
|
||||
#include <QtGui/QRegion>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
@ -42,7 +42,7 @@
|
||||
#ifndef QWAYLANDTOUCh_H
|
||||
#define QWAYLANDTOUCH_H
|
||||
|
||||
#include "qwaylanddisplay.h"
|
||||
#include <QtWaylandClient/qwaylanddisplay.h>
|
||||
#include <qpa/qwindowsysteminterface.h>
|
||||
|
||||
#include <QtWaylandClient/private/qwayland-touch-extension.h>
|
||||
|
@ -48,7 +48,7 @@
|
||||
|
||||
#include <qpa/qplatformwindow.h>
|
||||
|
||||
#include "qwaylanddisplay.h"
|
||||
#include <QtWaylandClient/qwaylanddisplay.h>
|
||||
|
||||
#include <QtWaylandClient/private/qwayland-wayland.h>
|
||||
|
||||
|
@ -46,10 +46,10 @@
|
||||
#include <QtCore/QScopedPointer>
|
||||
|
||||
#include "wayland-client.h"
|
||||
#include "qwaylanddisplay.h"
|
||||
#include <QtWaylandClient/qwaylanddisplay.h>
|
||||
#include <qpa/qplatformservices.h>
|
||||
|
||||
#include "QtWaylandClient/private/qwayland-windowmanager.h"
|
||||
#include <QtWaylandClient/private/qwayland-windowmanager.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user