summaryrefslogtreecommitdiffstats
path: root/examples/wayland/wayland.pro
diff options
context:
space:
mode:
authorJohan Klokkhammer Helsing <johan.helsing@qt.io>2017-05-22 16:44:56 +0200
committerJohan Helsing <johan.helsing@qt.io>2018-02-09 10:29:16 +0000
commit062e7bffc7a60ebe3bb95fc736aabbafbb01cf6b (patch)
treeab678cbd5c33b360b1ca36780d6f461af62bf789 /examples/wayland/wayland.pro
parent8b204b2c56be5e7c1fd21144ae140c9b865dd86b (diff)
Compositor API: Add support for hardware compositing
[ChangeLog][Compositor] Add a tech preview for a plugin-based hardware layer API and a VSP2 implementation (for Renesas R-Car M3 and H3). Task-number: QTBUG-64600 Task-number: QTBUG-64604 Change-Id: Ia4abfb6343cf4f006ba408d293ec9464cd6f31b7 Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
Diffstat (limited to 'examples/wayland/wayland.pro')
-rw-r--r--examples/wayland/wayland.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/wayland/wayland.pro b/examples/wayland/wayland.pro
index 9da43fbd7..a8eef8266 100644
--- a/examples/wayland/wayland.pro
+++ b/examples/wayland/wayland.pro
@@ -18,4 +18,5 @@ qtHaveModule(quick) {
custom-extension \
server-buffer
}
+ SUBDIRS += hwlayer-compositor
}