tests/benchmarks/script/qscriptengine/qscriptengine.pro
branchRCL_3
changeset 7 3f74d0d4af4c
equal deleted inserted replaced
6:dee5afe5301f 7:3f74d0d4af4c
       
     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 }