summaryrefslogtreecommitdiff
path: root/tests/benchmarks/script/v8/v8.pro
blob: 1e78b3adae63fe08b83e565444b583bdd03a94d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
CONFIG += testcase
TEMPLATE = app
TARGET = tst_bench_v8
RESOURCES += v8.qrc
SOURCES += tst_v8.cpp

QT = core script testlib

symbian* {
    TARGET.EPOCHEAPSIZE  = 0x20000 0x2000000 // Min 128kB, Max 32MB
    TARGET.EPOCSTACKSIZE = 0x14000
}