summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qtemporaryfile/qtemporaryfile.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/io/qtemporaryfile/qtemporaryfile.pro')
-rw-r--r--tests/auto/corelib/io/qtemporaryfile/qtemporaryfile.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/auto/corelib/io/qtemporaryfile/qtemporaryfile.pro b/tests/auto/corelib/io/qtemporaryfile/qtemporaryfile.pro
new file mode 100644
index 0000000000..64a043b19a
--- /dev/null
+++ b/tests/auto/corelib/io/qtemporaryfile/qtemporaryfile.pro
@@ -0,0 +1,14 @@
+load(qttest_p4)
+SOURCES += tst_qtemporaryfile.cpp
+QT = core
+
+
+symbian {
+ testData.files = tst_qtemporaryfile.cpp
+ testData.path = .
+ DEPLOYMENT += testData
+}else {
+ DEFINES += SRCDIR=\\\"$$PWD/\\\"
+}
+
+CONFIG += parallel_test