summaryrefslogtreecommitdiffstats
path: root/tests/auto/sql/kernel/qsqlquery/qsqlquery.pro
blob: 360d874f1aa353ea3e21c59f7e5a501c20488c32 (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 core-private sql-private

!wince*:win32:LIBS += -lws2_32

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