summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qcryptographichash/qcryptographichash.pro
blob: fddd67fbd688d3393421ae109e856e0dcea091ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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/\\\"
}