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 38c615b..381a008 100644 --- a/tests/auto/qitemmodel/qitemmodel.pro +++ b/tests/auto/qitemmodel/qitemmodel.pro @@ -3,6 +3,8 @@ SOURCES += tst_qitemmodel.cpp 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 |