diff options
author | Jørgen Lind <jorgen.lind@theqtcompany.com> | 2015-02-24 16:23:22 +0100 |
---|---|---|
committer | Jørgen Lind <jorgen.lind@theqtcompany.com> | 2015-08-28 13:09:41 +0200 |
commit | 400c6d24c2ca3215cd38a30cd3eb530c3b2e970c (patch) | |
tree | c680f09dab72adaf1012ca76c053467c0ed3c92b /examples/wayland/multi-output/multi-output.pro | |
parent | ab6980d57609b1e4bdb164d3413faa2f7cb7e1e4 (diff) |
add a multi output example
Change-Id: I99397d1bf794c1fce483cb5d008d7701a32b2b44
Diffstat (limited to 'examples/wayland/multi-output/multi-output.pro')
-rw-r--r-- | examples/wayland/multi-output/multi-output.pro | 19 |
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 00000000..ed9545d4 --- /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 |