summaryrefslogtreecommitdiffstats
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.pro10
1 files changed, 9 insertions, 1 deletions
diff --git a/tests/auto/qsqlthread/qsqlthread.pro b/tests/auto/qsqlthread/qsqlthread.pro
index 9049f4c65..5522232ba 100644
--- a/tests/auto/qsqlthread/qsqlthread.pro
+++ b/tests/auto/qsqlthread/qsqlthread.pro
@@ -9,7 +9,15 @@ wince*: {
plugFiles.path = .
DEPLOYMENT += plugFiles
LIBS += -lws2
-} else {
+}else:symbian {
+ qt_not_deployed {
+ 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
}