summaryrefslogtreecommitdiff
path: root/qtwayland.pro
diff options
context:
space:
mode:
authorJames McDonnell <jmcdonnell@blackberry.com>2019-12-05 12:12:37 -0500
committerJames McDonnell <jmcdonnell@blackberry.com>2020-01-13 11:50:21 -0500
commit5a66bc64b0b157929c9fc76f0f4ae046393be600 (patch)
tree982af2ecd7f8d64cca36e4390b485ebe381eee12 /qtwayland.pro
parentda13b1b130f520ee0bd9df0e9190db64a2ea4a93 (diff)
downloadqtwayland-5a66bc64b0b157929c9fc76f0f4ae046393be600.tar.gz
Enable QtWayland for QNX
Make EGL 1.5 with EGL_PLATFORM_WAYLAND_EXT a requirement for QNX and add some EGL 1.5 code alternatives. Avoids the need to deal with incompatibility problems between the QNX native display/window type and Wayland display/window type. Change-Id: Ib26a020e1f8c7f570c6af08697d8c8153c887294 Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io> Reviewed-by: Johan Helsing <johan.helsing@qt.io> Reviewed-by: Dan Cape <dcape@qnx.com>
Diffstat (limited to 'qtwayland.pro')
-rw-r--r--qtwayland.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtwayland.pro b/qtwayland.pro
index fdcc3e24..1dfa06ae 100644
--- a/qtwayland.pro
+++ b/qtwayland.pro
@@ -1,3 +1,3 @@
-requires(linux:!android|macos)
+requires(linux:!android|macos|qnx)
requires(qtHaveModule(gui))
load(qt_parts)