summaryrefslogtreecommitdiffstats
path: root/examples/wayland/texture-sharing/texture-sharing.pro
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@qt.io>2019-01-30 10:33:55 +0100
committerPaul Olav Tvete <paul.tvete@qt.io>2019-03-29 11:32:46 +0000
commitd829ba99c862efbdb6a040627176913a8a1e3847 (patch)
tree55f93ba9f62d8688909267f829d100b9186e8b77 /examples/wayland/texture-sharing/texture-sharing.pro
parentcdcd3bed01f7352e753a2dac46e35f6bfd65d2eb (diff)
New texture sharing protocol and infrastructure
This adds a higher level protocol on top of the server buffer extension, providing an easy way for Qt Quick applications to use the shared textures. [ChangeLog] Added protocol and Qt Quick image provider for sharing textures in graphics memory between compositor and multiple clients. Task-number: QTBUG-73822 Change-Id: Idc41b3479d6ca37be35d9ccd7b89e9994ff17f8f Reviewed-by: Johan Helsing <johan.helsing@qt.io> (cherry picked from commit 80001cbf0451f4ba2a971fb20b80dc8e25ac604d) Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
Diffstat (limited to 'examples/wayland/texture-sharing/texture-sharing.pro')
-rw-r--r--examples/wayland/texture-sharing/texture-sharing.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/wayland/texture-sharing/texture-sharing.pro b/examples/wayland/texture-sharing/texture-sharing.pro
new file mode 100644
index 000000000..3f7792828
--- /dev/null
+++ b/examples/wayland/texture-sharing/texture-sharing.pro
@@ -0,0 +1,5 @@
+TEMPLATE=subdirs
+
+SUBDIRS += \
+ qml-client \
+ custom-compositor