aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/v4/v4.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/v4/v4.pro')
-rw-r--r--tests/auto/qml/v4/v4.pro17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/auto/qml/v4/v4.pro b/tests/auto/qml/v4/v4.pro
new file mode 100644
index 0000000000..df8e7b1c3c
--- /dev/null
+++ b/tests/auto/qml/v4/v4.pro
@@ -0,0 +1,17 @@
+CONFIG += testcase
+TARGET = tst_qqmlv4
+macx:CONFIG -= app_bundle
+
+SOURCES += tst_v4.cpp \
+ testtypes.cpp
+HEADERS += testtypes.h
+
+include (../../shared/util.pri)
+
+testDataFiles.files = data
+testDataFiles.path = .
+DEPLOYMENT += testDataFiles
+
+CONFIG += parallel_test
+
+QT += core-private gui-private v8-private qml-private network testlib