summaryrefslogtreecommitdiffstats
path: root/examples/wayland/wayland.pro
diff options
context:
space:
mode:
authorJohan Klokkhammer Helsing <johan.helsing@theqtcompany.com>2016-04-11 12:01:27 +0200
committerJohan Helsing <johan.helsing@qt.io>2016-10-10 14:24:18 +0000
commitacb37c995a93b208540d73dc9035d924db3d646d (patch)
tree9fb32428b257741ac823cc33954fe54816aeed64 /examples/wayland/wayland.pro
parent4a792b169ed3810d60ddb5f8fab576368fbd7c4f (diff)
Add a multi-screen compositor example
This example shows how shell surfaces can move across outputs in order to create traditional multi-monitor desktop functionality. Change-Id: Ie7c0aa1dc47c0c1a944dffcce5237dee92785396 Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io> Reviewed-by: Pier Luigi Fiorini <pierluigi.fiorini@hawaiios.org>
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 f36bf69e8..2a5395004 100644
--- a/examples/wayland/wayland.pro
+++ b/examples/wayland/wayland.pro
@@ -10,6 +10,7 @@ contains(QT_CONFIG, opengl):qtHaveModule(quick) {
SUBDIRS += spanning-screens
SUBDIRS += pure-qml
SUBDIRS += multi-output
+ SUBDIRS += multi-screen
SUBDIRS += custom-extension
SUBDIRS += server-buffer
SUBDIRS += ivi-compositor