summaryrefslogtreecommitdiffstats
path: root/examples/wayland/wayland.pro
diff options
context:
space:
mode:
authorJohan Klokkhammer Helsing <johan.helsing@qt.io>2016-10-04 11:54:51 +0200
committerJohan Helsing <johan.helsing@qt.io>2016-10-04 11:10:58 +0000
commitdd2c7d9368827d5393b0b82a0a410e77bb69c058 (patch)
tree2b58aecadea839bb0a61b949fdc9dc1054602934 /examples/wayland/wayland.pro
parent73dd6d63c414620a7c68efda42c5a27bc1dd799a (diff)
Example compositor for the ivi application extension
A compositor with two areas, clients are maximized on one of those areas depending on their ivi surface id. Change-Id: I2dbb20b47e38680e14465d3a4a8147d64817de63 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 d8f7eaab6..f36bf69e8 100644
--- a/examples/wayland/wayland.pro
+++ b/examples/wayland/wayland.pro
@@ -12,4 +12,5 @@ contains(QT_CONFIG, opengl):qtHaveModule(quick) {
SUBDIRS += multi-output
SUBDIRS += custom-extension
SUBDIRS += server-buffer
+ SUBDIRS += ivi-compositor
}