Remove TARGET.EPOCHEAPSIZE settings (Symbian).

Change-Id: I4bd82f7381fc6a417b2e36f0c7b879711dc921e3
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
This commit is contained in:
Friedemann Kleint 2015-09-02 06:45:51 +02:00
parent 7b0e771ad7
commit 916909f8a9
4 changed files with 0 additions and 4 deletions

View File

@ -2,5 +2,4 @@ CONFIG += testcase
SOURCES += tst_qobjectrace.cpp
QT = core testlib
TARGET.EPOCHEAPSIZE = 20000000 40000000
CONFIG += parallel_test

View File

@ -3,5 +3,4 @@ TARGET = tst_qtableview
QT += widgets widgets-private testlib
QT += core-private gui-private
TARGET.EPOCHEAPSIZE = 0x200000 0x800000
SOURCES += tst_qtableview.cpp

View File

@ -1,7 +1,6 @@
CONFIG += testcase
CONFIG += parallel_test
TARGET = tst_qstyle
TARGET.EPOCHEAPSIZE = 0x200000 0x800000
QT += widgets testlib
SOURCES += tst_qstyle.cpp

View File

@ -1,6 +1,5 @@
TEMPLATE = app
TARGET = tst_bench_qiodevice
TARGET.EPOCHEAPSIZE = 0x100000 0x2000000
QT = core testlib