summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/script/sunspider/sunspider.pro
blob: aab4cdb561507c27806ee1ea38181bd9b2dc960f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
load(qttest_p4)
TEMPLATE = app
TARGET = tst_bench_sunspider

SOURCES += tst_sunspider.cpp

QT = core script

!symbian:DEFINES += SRCDIR=\\\"$$PWD\\\"

wince*|symbian: {
testFiles.files = tests
testFiles.path = .
DEPLOYMENT += testFiles
}

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