summaryrefslogtreecommitdiffstats
path: root/examples/wayland/multi-output/multi-output.pro
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@theqtcompany.com>2015-02-24 16:23:22 +0100
committerJørgen Lind <jorgen.lind@theqtcompany.com>2015-08-28 13:09:41 +0200
commit400c6d24c2ca3215cd38a30cd3eb530c3b2e970c (patch)
treec680f09dab72adaf1012ca76c053467c0ed3c92b /examples/wayland/multi-output/multi-output.pro
parentab6980d57609b1e4bdb164d3413faa2f7cb7e1e4 (diff)
add a multi output example
Diffstat (limited to 'examples/wayland/multi-output/multi-output.pro')
-rw-r--r--examples/wayland/multi-output/multi-output.pro19
1 files changed, 19 insertions, 0 deletions
diff --git a/examples/wayland/multi-output/multi-output.pro b/examples/wayland/multi-output/multi-output.pro
new file mode 100644
index 000000000..ed9545d4e
--- /dev/null
+++ b/examples/wayland/multi-output/multi-output.pro
@@ -0,0 +1,19 @@
+QT += core-private gui-private quick-private compositor-private
+
+SOURCES += \
+ main.cpp
+
+OTHER_FILES = \
+ qml/main.qml \
+ qml/Screen.qml \
+ qml/Chrome.qml \
+ images/background.jpg \
+
+RESOURCES += multi-output.qrc
+
+CONFIG += link_pkgconfig
+PKGCONFIG += wayland-server
+LIBS += -lwayland-server
+
+
+DEFINES += QT_COMPOSITOR_QUICK