summaryrefslogtreecommitdiffstats
path: root/src/imports/texture-sharing-extension/texture-sharing-extension.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/texture-sharing-extension/texture-sharing-extension.pro')
-rw-r--r--src/imports/texture-sharing-extension/texture-sharing-extension.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/imports/texture-sharing-extension/texture-sharing-extension.pro b/src/imports/texture-sharing-extension/texture-sharing-extension.pro
new file mode 100644
index 000000000..577ab58e7
--- /dev/null
+++ b/src/imports/texture-sharing-extension/texture-sharing-extension.pro
@@ -0,0 +1,13 @@
+CXX_MODULE = qml
+TARGET = qwaylandtexturesharingextension
+TARGETPATH = QtWayland/Compositor/TextureSharingExtension
+IMPORT_VERSION = 1.$$QT_MINOR_VERSION
+
+SOURCES += \
+ plugin.cpp
+
+QT += quick-private qml gui-private core-private waylandcompositor waylandcompositor-private
+
+requires(qtConfig(wayland-compositor-texture-sharing-experimental))
+
+load(qml_plugin)