summaryrefslogtreecommitdiffstats
path: root/examples/wayland/spanning-screens/spanning-screens.pro
diff options
context:
space:
mode:
authorJohan Klokkhammer Helsing <johan.helsing@qt.io>2016-09-22 10:15:23 +0200
committerJohan Helsing <johan.helsing@qt.io>2016-09-27 11:29:59 +0000
commit8d437e79cdd41ede195ed1829d59b2b012b4d40d (patch)
treea92050e10b70bedd9c36c6c32f8da7edd73d4caf /examples/wayland/spanning-screens/spanning-screens.pro
parent3f5111b6c1d92ae4fed008abb53cf4226bfef575 (diff)
Compositor: Add a spanning screens example
This example shows how one application can be displayed full screen spanning two screens. The intended use case is for running applications with lots of scrolling content, such as a web browser. Change-Id: Icba2715aa7ccd79c9d44c7e1d621bfdd9e51e66c Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
Diffstat (limited to 'examples/wayland/spanning-screens/spanning-screens.pro')
-rw-r--r--examples/wayland/spanning-screens/spanning-screens.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/wayland/spanning-screens/spanning-screens.pro b/examples/wayland/spanning-screens/spanning-screens.pro
new file mode 100644
index 000000000..266c976ac
--- /dev/null
+++ b/examples/wayland/spanning-screens/spanning-screens.pro
@@ -0,0 +1,14 @@
+QT += gui qml
+
+SOURCES += \
+ main.cpp
+
+OTHER_FILES = \
+ main.qml
+
+RESOURCES += spanning-screens.qrc
+
+target.path = $$[QT_INSTALL_EXAMPLES]/wayland/spanning-screens
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS spanning-screens.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/wayland/spanning-screens
+INSTALLS += target sources