diff options
author | Janne Anttila <janne.anttila@digia.com> | 2009-09-30 07:30:29 (GMT) |
---|---|---|
committer | Janne Anttila <janne.anttila@digia.com> | 2009-09-30 07:30:29 (GMT) |
commit | f8746c32ceba5ae6d82dc88058f7570c2c9e6102 (patch) | |
tree | 0ae422c22eb0160617b712b2939a9cc6775602b7 /tests | |
parent | b83ea4276a242893c01586a5f1a2d62d54369cfa (diff) | |
download | Qt-f8746c32ceba5ae6d82dc88058f7570c2c9e6102.zip Qt-f8746c32ceba5ae6d82dc88058f7570c2c9e6102.tar.gz Qt-f8746c32ceba5ae6d82dc88058f7570c2c9e6102.tar.bz2 |
Added sql driver deployment for qsqldriver autotest in Symbian.
The sqlite driver is required to run this autotest, and using cetest
requires that all plugins are deployed with deployment statements.
Reviewed-by: TrustMe
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/qsqldriver/qsqldriver.pro | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/qsqldriver/qsqldriver.pro b/tests/auto/qsqldriver/qsqldriver.pro index 84f1cb2..7f289a6 100644 --- a/tests/auto/qsqldriver/qsqldriver.pro +++ b/tests/auto/qsqldriver/qsqldriver.pro @@ -15,3 +15,11 @@ wince*: { LIBS += ws2_32.lib } } + +symbian { + 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 + } +} |