summaryrefslogtreecommitdiffstats
path: root/tests/auto/qcryptographichash/qcryptographichash.pro
blob: aa9a7c49fd0a7955ed1d8d3149953e7eee22d0c9 (plain)
1
2
3
4
5
6
7
8
load(qttest_p4)
SOURCES += tst_qcryptographichash.cpp
QT = core

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