summaryrefslogtreecommitdiffstats
path: root/tests/auto/qhash/qhash.pro
blob: 6fedb824f7efd076b2e98ead6a81a6b8d561c875 (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"
}