aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/parserstress/parserstress.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/parserstress/parserstress.pro')
-rw-r--r--tests/auto/qml/parserstress/parserstress.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/auto/qml/parserstress/parserstress.pro b/tests/auto/qml/parserstress/parserstress.pro
new file mode 100644
index 0000000000..3cf3e02e4e
--- /dev/null
+++ b/tests/auto/qml/parserstress/parserstress.pro
@@ -0,0 +1,12 @@
+CONFIG += testcase
+TARGET = tst_parserstress
+macx:CONFIG -= app_bundle
+
+SOURCES += tst_parserstress.cpp
+
+DEFINES += SRCDIR=\\\"$$PWD\\\"
+DEFINES += TESTDATADIR=\\\"$$PWD/tests\\\"
+
+CONFIG += parallel_test
+
+QT += core-private gui-private qml-private testlib