summaryrefslogtreecommitdiff
path: root/tests/auto/qml/qml.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qml.pro')
-rw-r--r--tests/auto/qml/qml.pro19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/auto/qml/qml.pro b/tests/auto/qml/qml.pro
new file mode 100644
index 0000000..f86dc90
--- /dev/null
+++ b/tests/auto/qml/qml.pro
@@ -0,0 +1,19 @@
+QT += testlib webchannel
+TEMPLATE = app
+TARGET = qml
+
+CONFIG += warn_on qmltestcase
+
+# TODO: running tests without requiring make install
+IMPORTPATH += $$OUT_PWD/../../../qml $$PWD
+
+SOURCES += \
+ qml.cpp
+
+OTHER_FILES += \
+ WebChannelTest.qml \
+ tst_webchannel.qml \
+ tst_metaobjectpublisher.qml \
+ tst_bench.qml
+
+TESTDATA = data/*