summaryrefslogtreecommitdiff
path: root/tests/auto/qsqlthread/qsqlthread.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qsqlthread/qsqlthread.pro')
-rw-r--r--tests/auto/qsqlthread/qsqlthread.pro8
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/auto/qsqlthread/qsqlthread.pro b/tests/auto/qsqlthread/qsqlthread.pro
index 23aa5988f8..05c84e2680 100644
--- a/tests/auto/qsqlthread/qsqlthread.pro
+++ b/tests/auto/qsqlthread/qsqlthread.pro
@@ -8,7 +8,13 @@ wince*: {
plugFiles.sources = ../../../plugins/sqldrivers
plugFiles.path = .
DEPLOYMENT += plugFiles
-} else {
+}else: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
+ }
+}else {
win32:LIBS += -lws2_32
}