diff options
Diffstat (limited to 'tests/benchmarks/script/v8')
-rw-r--r-- | tests/benchmarks/script/v8/tst_v8.cpp | 2 | ||||
-rw-r--r-- | tests/benchmarks/script/v8/v8.pro | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/tests/benchmarks/script/v8/tst_v8.cpp b/tests/benchmarks/script/v8/tst_v8.cpp index 3ea7f9e..3f34c94 100644 --- a/tests/benchmarks/script/v8/tst_v8.cpp +++ b/tests/benchmarks/script/v8/tst_v8.cpp @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). +** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the test suite of the Qt Toolkit. diff --git a/tests/benchmarks/script/v8/v8.pro b/tests/benchmarks/script/v8/v8.pro index 136403f..59af163 100644 --- a/tests/benchmarks/script/v8/v8.pro +++ b/tests/benchmarks/script/v8/v8.pro @@ -6,8 +6,4 @@ SOURCES += tst_v8.cpp QT = core script testlib -symbian* { - TARGET.EPOCHEAPSIZE = 0x20000 0x2000000 // Min 128kB, Max 32MB - TARGET.EPOCSTACKSIZE = 0x14000 -} DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 |