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

win32:!wince: LIBS += -lws2_32

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