summaryrefslogtreecommitdiffstats
path: root/tests/auto/sql/kernel/qsqlthread/qsqlthread.pro
diff options
context:
space:
mode:
authorJo Asplin <jo.asplin@nokia.com>2011-09-02 12:08:47 +0200
committerJo Asplin <jo.asplin@nokia.com>2011-09-06 09:32:15 +0200
commit0a2282f97a2d74ac52d6ba8f33b1eaba0df3668d (patch)
tree200205f22bb65825550e829cbeb241e82a20db69 /tests/auto/sql/kernel/qsqlthread/qsqlthread.pro
parent5e9f410eb67175b0f1abe95cabdb64dd30a6e7d7 (diff)
Moved sql autotests into new directory structure
Task-number: QTBUG-21253 Change-Id: Id20605e1247b080e775968b56ea5f56462ca4c71 Reviewed-on: http://codereview.qt.nokia.com/4127 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
Diffstat (limited to 'tests/auto/sql/kernel/qsqlthread/qsqlthread.pro')
-rw-r--r--tests/auto/sql/kernel/qsqlthread/qsqlthread.pro23
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/auto/sql/kernel/qsqlthread/qsqlthread.pro b/tests/auto/sql/kernel/qsqlthread/qsqlthread.pro
new file mode 100644
index 0000000000..2e4c72ac92
--- /dev/null
+++ b/tests/auto/sql/kernel/qsqlthread/qsqlthread.pro
@@ -0,0 +1,23 @@
+load(qttest_p4)
+SOURCES += tst_qsqlthread.cpp
+
+QT = core sql
+
+
+wince*: {
+ plugFiles.files = ../../../plugins/sqldrivers
+ plugFiles.path = .
+ DEPLOYMENT += plugFiles
+ LIBS += -lws2
+}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.files = sqlite3.dll
+ DEPLOYMENT += sqlite
+ }
+ }
+}else {
+ win32:LIBS += -lws2_32
+}
+