mirror of https://github.com/qt/qtbase.git
Remove TARGET.EPOCHEAPSIZE settings (Symbian).
Change-Id: I4bd82f7381fc6a417b2e36f0c7b879711dc921e3 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
This commit is contained in:
parent
7b0e771ad7
commit
916909f8a9
|
@ -2,5 +2,4 @@ CONFIG += testcase
|
|||
SOURCES += tst_qobjectrace.cpp
|
||||
QT = core testlib
|
||||
|
||||
TARGET.EPOCHEAPSIZE = 20000000 40000000
|
||||
CONFIG += parallel_test
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
CONFIG += testcase
|
||||
CONFIG += parallel_test
|
||||
TARGET = tst_qstyle
|
||||
TARGET.EPOCHEAPSIZE = 0x200000 0x800000
|
||||
QT += widgets testlib
|
||||
SOURCES += tst_qstyle.cpp
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
TEMPLATE = app
|
||||
TARGET = tst_bench_qiodevice
|
||||
TARGET.EPOCHEAPSIZE = 0x100000 0x2000000
|
||||
|
||||
QT = core testlib
|
||||
|
||||
|
|
Loading…
Reference in New Issue