diff options
Diffstat (limited to 'tests/auto/qitemmodel/qitemmodel.pro')
-rw-r--r-- | tests/auto/qitemmodel/qitemmodel.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qitemmodel/qitemmodel.pro b/tests/auto/qitemmodel/qitemmodel.pro index c51f4c7..962449c 100644 --- a/tests/auto/qitemmodel/qitemmodel.pro +++ b/tests/auto/qitemmodel/qitemmodel.pro @@ -4,6 +4,8 @@ TARGET = tst_qitemmodel QT += sql +symbian:TARGET.EPOCHEAPSIZE="0x100000 0x1000000 // Min 1Mb, max 16Mb" + # NOTE: The deployment of the sqldrivers is disabled on purpose. # If we deploy the plugins, they are loaded twice when running # the tests on the autotest system. In that case we run out of |