summaryrefslogtreecommitdiffstats
path: root/tests/auto/sql/kernel/qsqlthread/qsqlthread.pro
blob: 73247545ced425db86a4832eaa8651b5e10ce2f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
CONFIG += testcase
TARGET = tst_qsqlthread
SOURCES  += tst_qsqlthread.cpp

QT = core sql testlib


wince*: {
   plugFiles.files = ../../../plugins/sqldrivers
   plugFiles.path    = .
   DEPLOYMENT += plugFiles
   LIBS += -lws2
} else {
   win32:LIBS += -lws2_32
}