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

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