summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Klokkhammer Helsing <johan.helsing@qt.io>2018-09-12 13:45:04 +0200
committerJohan Helsing <johan.helsing@qt.io>2018-09-14 14:00:17 +0000
commit86625d60ff7aaa44ab082cfbc27a76b6bb69a39c (patch)
treed273accd344af70835e69a74ba061f94f26be6aa
parent851cb16fcf170b2a9b6f00b1e828cda449113a81 (diff)
Don't include wayland-client-core.h
It requires libwayland 1.8 and we're supposed to support versions as old as 1.6 Task-number: QTBUG-70528 Change-Id: Iff4c2542d103d53aba8db99ecceddfccb79cfcb6 Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
-rw-r--r--src/client/qwaylandwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/qwaylandwindow.cpp b/src/client/qwaylandwindow.cpp
index e58e87221..cc69fac95 100644
--- a/src/client/qwaylandwindow.cpp
+++ b/src/client/qwaylandwindow.cpp
@@ -67,7 +67,7 @@
#include <QtCore/QDebug>
-#include <wayland-client-core.h>
+#include <wayland-client.h>
QT_BEGIN_NAMESPACE