diff options
Diffstat (limited to 'tests/benchmarks/script/v8/v8.pro')
-rw-r--r-- | tests/benchmarks/script/v8/v8.pro | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/tests/benchmarks/script/v8/v8.pro b/tests/benchmarks/script/v8/v8.pro index f36bda5..547eecc 100644 --- a/tests/benchmarks/script/v8/v8.pro +++ b/tests/benchmarks/script/v8/v8.pro @@ -1,19 +1,11 @@ load(qttest_p4) TEMPLATE = app TARGET = tst_bench_v8 - +RESOURCES += v8.qrc SOURCES += tst_v8.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 |