summaryrefslogtreecommitdiff
path: root/tests/benchmarks/script/qscriptengine/qscriptengine.pro
blob: c8e89da1e7b2bad7a1b16c8063863bc676e9c701 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
CONFIG += testcase
TEMPLATE = app
TARGET = tst_bench_qscriptengine

SOURCES += tst_qscriptengine.cpp

QT += script testlib

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