summaryrefslogtreecommitdiffstats
path: root/examples/wayland/multi-screen/multi-screen.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/multi-screen/multi-screen.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/multi-screen/multi-screen.pro')
-rw-r--r--examples/wayland/multi-screen/multi-screen.pro18
1 files changed, 18 insertions, 0 deletions
diff --git a/examples/wayland/multi-screen/multi-screen.pro b/examples/wayland/multi-screen/multi-screen.pro
new file mode 100644
index 000000000..29e1479da
--- /dev/null
+++ b/examples/wayland/multi-screen/multi-screen.pro
@@ -0,0 +1,18 @@
+QT += gui qml
+
+SOURCES += \
+ main.cpp
+
+OTHER_FILES = \
+ qml/main.qml \
+
+RESOURCES += multi-screen.qrc
+
+target.path = $$[QT_INSTALL_EXAMPLES]/wayland/multi-screen
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS multi-screen.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/wayland/multi-screen
+INSTALLS += target sources
+
+DISTFILES += \
+ qml/Screen.qml \
+ qml/Chrome.qml