summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsql
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qsql')
-rw-r--r--tests/auto/qsql/qsql.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/qsql/qsql.pro b/tests/auto/qsql/qsql.pro
index 2c0e337..6660f42 100644
--- a/tests/auto/qsql/qsql.pro
+++ b/tests/auto/qsql/qsql.pro
@@ -8,3 +8,11 @@ contains(QT_CONFIG, qt3support): QT += qt3support
wince*: {
DEPLOYMENT_PLUGIN += qsqlite
}
+
+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
+ }
+}