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

QT = core script testlib

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