summaryrefslogtreecommitdiffstats
path: root/tests/auto/sql/kernel/qsqlquery/qsqlquery.pro
blob: c1e2a7ebb16a7131e0e13d0ed0a3b54ab79e9012 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TARGET = tst_qsqlquery
CONFIG += testcase

SOURCES  += tst_qsqlquery.cpp

QT = core sql testlib

!wince*:win32:LIBS += -lws2_32

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