equal
deleted
inserted
replaced
|
1 load(qttest_p4) |
|
2 TEMPLATE = app |
|
3 TARGET = tst_bench_qscriptengine |
|
4 |
|
5 SOURCES += tst_qscriptengine.cpp |
|
6 |
|
7 QT += script |
|
8 |
|
9 symbian* { |
|
10 TARGET.EPOCHEAPSIZE = 0x20000 0x2000000 // Min 128kB, Max 32MB |
|
11 TARGET.EPOCSTACKSIZE = 0x14000 |
|
12 } |