summaryrefslogtreecommitdiff
path: root/tests/auto/qsqlquery/qsqlquery.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qsqlquery/qsqlquery.pro')
-rw-r--r--tests/auto/qsqlquery/qsqlquery.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/qsqlquery/qsqlquery.pro b/tests/auto/qsqlquery/qsqlquery.pro
index 79966374d9..494ca4ca59 100644
--- a/tests/auto/qsqlquery/qsqlquery.pro
+++ b/tests/auto/qsqlquery/qsqlquery.pro
@@ -13,3 +13,11 @@ wince*: {
DEPLOYMENT += plugFiles
LIBS += -lws2
}
+
+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
+ }
+}