summaryrefslogtreecommitdiffstats
path: root/tests/auto/sql/kernel/qsqlquery/qsqlquery.pro
blob: 9f862de9a4f653668b8ac8d231c721900d9ee354 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
load(qttest_p4)
SOURCES  += tst_qsqlquery.cpp

QT = core sql


!wince*:win32:LIBS += -lws2_32


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