summaryrefslogtreecommitdiffstats
path: root/tests/auto/qcryptographichash/qcryptographichash.pro
blob: 7ce190a94d5503e3f780d11f1543438a37867bc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
CONFIG += testcase

TARGET = tst_qcryptographichash
QT = core testlib
SOURCES += tst_qcryptographichash.cpp

symbian: {
    TARGET.EPOCSTACKSIZE =0x5000
    TARGET.EPOCHEAPSIZE="0x100000 0x1000000" # // Min 1Mb, max 16Mb
}

CONFIG += parallel_test