summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qcryptographichash/qcryptographichash.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/tools/qcryptographichash/qcryptographichash.pro')
-rw-r--r--tests/auto/corelib/tools/qcryptographichash/qcryptographichash.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/auto/corelib/tools/qcryptographichash/qcryptographichash.pro b/tests/auto/corelib/tools/qcryptographichash/qcryptographichash.pro
index 39987bac35..fddd67fbd6 100644
--- a/tests/auto/corelib/tools/qcryptographichash/qcryptographichash.pro
+++ b/tests/auto/corelib/tools/qcryptographichash/qcryptographichash.pro
@@ -2,3 +2,15 @@ CONFIG += testcase parallel_test
TARGET = tst_qcryptographichash
QT = core testlib
SOURCES = tst_qcryptographichash.cpp
+
+
+wince* {
+ addFiles.files = data/*
+ addFiles.path = data/
+ DEPLOYMENT += addFiles
+
+ DEFINES += SRCDIR=\\\".\\\"
+}
+else {
+ DEFINES += SRCDIR=\\\"$$PWD/\\\"
+} \ No newline at end of file