summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsqldriver
diff options
context:
space:
mode:
authorJanne Anttila <janne.anttila@digia.com>2009-09-30 10:30:29 +0300
committerJanne Anttila <janne.anttila@digia.com>2009-09-30 10:30:29 +0300
commitf8746c32ceba5ae6d82dc88058f7570c2c9e6102 (patch)
tree0ae422c22eb0160617b712b2939a9cc6775602b7 /tests/auto/qsqldriver
parentb83ea4276a242893c01586a5f1a2d62d54369cfa (diff)
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/auto/qsqldriver')
-rw-r--r--tests/auto/qsqldriver/qsqldriver.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/qsqldriver/qsqldriver.pro b/tests/auto/qsqldriver/qsqldriver.pro
index 84f1cb2aec..7f289a6720 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
+ }
+}