diff options
author | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2009-08-04 12:34:47 (GMT) |
---|---|---|
committer | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2009-08-04 12:34:47 (GMT) |
commit | acd877fbff4a0c785143fcc891eae73f5b986ff9 (patch) | |
tree | c1f6b1528e0c82a30465ab0e9eebbb7c8a3d2c7a /tests/auto/qitemmodel/qitemmodel.pro | |
parent | cd10d1a8dbb3b77c2d4e9c389e134b1f3cc3c2cf (diff) | |
download | Qt-acd877fbff4a0c785143fcc891eae73f5b986ff9.zip Qt-acd877fbff4a0c785143fcc891eae73f5b986ff9.tar.gz Qt-acd877fbff4a0c785143fcc891eae73f5b986ff9.tar.bz2 |
Added sqlite dll deployment to qitemmodel test
Diffstat (limited to 'tests/auto/qitemmodel/qitemmodel.pro')
-rw-r--r-- | tests/auto/qitemmodel/qitemmodel.pro | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/tests/auto/qitemmodel/qitemmodel.pro b/tests/auto/qitemmodel/qitemmodel.pro index 381a008..eb62b24 100644 --- a/tests/auto/qitemmodel/qitemmodel.pro +++ b/tests/auto/qitemmodel/qitemmodel.pro @@ -3,8 +3,6 @@ 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 @@ -15,3 +13,12 @@ symbian:TARGET.EPOCHEAPSIZE="0x100000 0x1000000 // Min 1Mb, max 16Mb" # plugFiles.path = sqldrivers # DEPLOYMENT += plugFiles #} + +symbian { + TARGET.EPOCHEAPSIZE="0x100000 0x1000000 // Min 1Mb, max 16Mb" + contains(S60_VERSION, 3.1)|contains(S60_VERSION, 3.2)|contains(S60_VERSION, 5.0) { + sqlite.path = /sys/bin + sqlite.sources = sqlite3.dll + DEPLOYMENT += sqlite + } +} |