Include headers with full path
Fix build of programs using the private API outside QtWayland. Change-Id: Ib43ed1be8df8be3cc7b67588003cd7f0a6ff6eb1 Reviewed-by: Johan Helsing <johan.helsing@qt.io>
This commit is contained in:
parent
7a02e6b2a5
commit
b80fe76ae2
@ -48,8 +48,8 @@
|
||||
// We mean it.
|
||||
//
|
||||
|
||||
#include "qwaylandclientextension.h"
|
||||
#include <QtCore/private/qobject_p.h>
|
||||
#include <QtWaylandClient/QWaylandClientExtension>
|
||||
#include <QtWaylandClient/private/qwaylandintegration_p.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
@ -55,9 +55,9 @@
|
||||
|
||||
#include <wayland-client.h>
|
||||
|
||||
#include <QtWaylandClient/private/qwayland-wayland.h>
|
||||
#include <QtWaylandClient/qwaylandclientexport.h>
|
||||
#include "qwaylandshellsurface_p.h"
|
||||
#include <QtWaylandClient/private/qwayland-wayland.h>
|
||||
#include <QtWaylandClient/private/qwaylandshellsurface_p.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
|
@ -47,9 +47,9 @@
|
||||
|
||||
#include <wayland-client.h>
|
||||
|
||||
#include <QtWaylandClient/private/qwayland-xdg-shell.h>
|
||||
#include <QtWaylandClient/qwaylandclientexport.h>
|
||||
#include "qwaylandshellsurface_p.h"
|
||||
#include <QtWaylandClient/private/qwayland-xdg-shell.h>
|
||||
#include <QtWaylandClient/private/qwaylandshellsurface_p.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
|
@ -57,7 +57,7 @@
|
||||
|
||||
#include <QtWaylandClient/private/qwayland-xdg-shell.h>
|
||||
#include <QtWaylandClient/qwaylandclientexport.h>
|
||||
#include "qwaylandshellsurface_p.h"
|
||||
#include <QtWaylandClient/private/qwaylandshellsurface_p.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
|
@ -56,9 +56,9 @@
|
||||
|
||||
#include <wayland-client.h>
|
||||
|
||||
#include <QtWaylandClient/private/qwayland-xdg-shell.h>
|
||||
#include <QtWaylandClient/qwaylandclientexport.h>
|
||||
#include "qwaylandshellsurface_p.h"
|
||||
#include <QtWaylandClient/private/qwayland-xdg-shell.h>
|
||||
#include <QtWaylandClient/private/qwaylandshellsurface_p.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user