diff options
author | Paul Olav Tvete <paul.tvete@theqtcompany.com> | 2016-05-20 13:53:17 +0200 |
---|---|---|
committer | Paul Olav Tvete <paul.tvete@theqtcompany.com> | 2016-05-20 12:45:34 +0000 |
commit | 61b552e886fdc34a3731abaaaa08f33059819e88 (patch) | |
tree | bf1d70cd9841ca9de492b9bcd73b9e86ff5186fd /README | |
parent | de056826921de614e2ec2d9c3d35025ed43a27ca (diff) | |
download | qtwayland-61b552e886fdc34a3731abaaaa08f33059819e88.tar.gz |
Add tech preview warning to README
Change-Id: Ic43434c15c9753f147c8d54b50fb1992caadc3df
Reviewed-by: Giulio Camuffo <giulio.camuffo@kdab.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -8,6 +8,11 @@ Wayland platform plugin: QtWaylandCompositor API: Enables the creation of Wayland compositors using Qt and QtQuick. +Please note that QtWaylandCompositor and the QtWaylandClientExtension are +currently in tech preview. This means that all APIs in the QtWayland module are +preliminary and subject to change. The Wayland platform plugin remains officially +supported. + To build the QtWayland module you need the external dependencies: xkbcommon 0.2.0 - http://xkbcommon.org/ wayland 1.6.0 - http://wayland.freedesktop.org/ |