summaryrefslogtreecommitdiffstats
path: root/tests/auto/qscriptjstestsuite/qscriptjstestsuite.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qscriptjstestsuite/qscriptjstestsuite.pro')
-rw-r--r--tests/auto/qscriptjstestsuite/qscriptjstestsuite.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/auto/qscriptjstestsuite/qscriptjstestsuite.pro b/tests/auto/qscriptjstestsuite/qscriptjstestsuite.pro
new file mode 100644
index 0000000000..69ded3f213
--- /dev/null
+++ b/tests/auto/qscriptjstestsuite/qscriptjstestsuite.pro
@@ -0,0 +1,11 @@
+load(qttest_p4)
+QT = core script
+SOURCES += tst_qscriptjstestsuite.cpp
+symbian:TARGET.EPOCHEAPSIZE = 0x020000 0xA00000
+wince*|symbian*: {
+testFiles.sources = tests
+testFiles.path = .
+DEPLOYMENT += testFiles
+}
+
+