summaryrefslogtreecommitdiffstats
path: root/tests/manual/texture-sharing-2/qml-client/qml-client.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/texture-sharing-2/qml-client/qml-client.pro')
-rw-r--r--tests/manual/texture-sharing-2/qml-client/qml-client.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/manual/texture-sharing-2/qml-client/qml-client.pro b/tests/manual/texture-sharing-2/qml-client/qml-client.pro
new file mode 100644
index 000000000..67d5c7071
--- /dev/null
+++ b/tests/manual/texture-sharing-2/qml-client/qml-client.pro
@@ -0,0 +1,13 @@
+QT += quick
+
+SOURCES += \
+ main.cpp
+
+RESOURCES += \
+ qml-client.qrc
+
+DISTFILES += \
+ main.qml
+
+target.path = $$[QT_INSTALL_EXAMPLES]/wayland/texture-sharing/qml-client
+INSTALLS += target