summaryrefslogtreecommitdiffstats
path: root/examples/wayland/multi-screen/multi-screen.qrc
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/multi-screen/multi-screen.qrc
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/multi-screen/multi-screen.qrc')
-rw-r--r--examples/wayland/multi-screen/multi-screen.qrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/wayland/multi-screen/multi-screen.qrc b/examples/wayland/multi-screen/multi-screen.qrc
new file mode 100644
index 000000000..57fcd3cf6
--- /dev/null
+++ b/examples/wayland/multi-screen/multi-screen.qrc
@@ -0,0 +1,7 @@
+<RCC>
+ <qresource prefix="/">
+ <file>qml/main.qml</file>
+ <file>qml/Screen.qml</file>
+ <file>qml/Chrome.qml</file>
+ </qresource>
+</RCC>