From dd2c7d9368827d5393b0b82a0a410e77bb69c058 Mon Sep 17 00:00:00 2001 From: Johan Klokkhammer Helsing Date: Tue, 4 Oct 2016 11:54:51 +0200 Subject: Example compositor for the ivi application extension A compositor with two areas, clients are maximized on one of those areas depending on their ivi surface id. Change-Id: I2dbb20b47e38680e14465d3a4a8147d64817de63 Reviewed-by: Paul Olav Tvete --- examples/wayland/ivi-compositor/ivi-compositor.pro | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 examples/wayland/ivi-compositor/ivi-compositor.pro (limited to 'examples/wayland/ivi-compositor/ivi-compositor.pro') diff --git a/examples/wayland/ivi-compositor/ivi-compositor.pro b/examples/wayland/ivi-compositor/ivi-compositor.pro new file mode 100644 index 000000000..6ca6deee1 --- /dev/null +++ b/examples/wayland/ivi-compositor/ivi-compositor.pro @@ -0,0 +1,14 @@ +QT += gui qml + +SOURCES += \ + main.cpp + +OTHER_FILES = \ + main.qml + +RESOURCES += ivi-compositor.qrc + +target.path = $$[QT_INSTALL_EXAMPLES]/wayland/ivi-compositor +sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS ivi-compositor.pro +sources.path = $$[QT_INSTALL_EXAMPLES]/wayland/ivi-compositor +INSTALLS += target sources -- cgit v1.2.3