Include wayland-client with < and not "

Change-Id: Ida61437bb76c81ee2af57856d9be9694e2fdb4a4
Reviewed-by: Andrew Knight <andrew.knight@digia.com>
This commit is contained in:
Jorgen Lind 2014-01-09 12:24:24 +01:00 committed by The Qt Project
parent 78e1b8d06d
commit fec78c702d
2 changed files with 1 additions and 3 deletions

View File

@ -43,8 +43,6 @@
#include "qwaylandwindow_p.h"
#include "wayland-client.h"
#include "qwaylanddisplay_p.h"
#include "qwaylandnativeinterface_p.h"

View File

@ -45,7 +45,7 @@
#include <QtCore/QObject>
#include <QtCore/QScopedPointer>
#include "wayland-client.h"
#include <wayland-client.h>
#include <QtWaylandClient/private/qwaylanddisplay_p.h>
#include <qpa/qplatformservices.h>