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

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