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.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/auto/qsqlthread/qsqlthread.pro b/tests/auto/qsqlthread/qsqlthread.pro
new file mode 100644
index 0000000..23aa598
--- /dev/null
+++ b/tests/auto/qsqlthread/qsqlthread.pro
@@ -0,0 +1,14 @@
+load(qttest_p4)
+SOURCES += tst_qsqlthread.cpp
+
+QT = core sql
+
+
+wince*: {
+ plugFiles.sources = ../../../plugins/sqldrivers
+ plugFiles.path = .
+ DEPLOYMENT += plugFiles
+} else {
+ win32:LIBS += -lws2_32
+}
+