summaryrefslogtreecommitdiffstats
path: root/tests/manual/qmlclient/qmlclient.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/qmlclient/qmlclient.pro')
-rw-r--r--tests/manual/qmlclient/qmlclient.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/manual/qmlclient/qmlclient.pro b/tests/manual/qmlclient/qmlclient.pro
new file mode 100644
index 000000000..dcf66db59
--- /dev/null
+++ b/tests/manual/qmlclient/qmlclient.pro
@@ -0,0 +1,12 @@
+TEMPLATE = app
+
+QT += \
+ gui gui-private core-private \
+ quick \
+ waylandclient \
+
+SOURCES += \
+ main.cpp
+
+RESOURCES += \
+ qml.qrc