summaryrefslogtreecommitdiffstats
path: root/tests/auto/sql/kernel/qsql/qsql.pro
blob: 71e29895726fce0d68c7b2e2f70bd23e8d6a9236 (plain)
1
2
3
4
5
6
7
8
9
10
11
CONFIG += testcase
TARGET = tst_qsql
SOURCES  += tst_qsql.cpp

QT = core-private sql-private testlib

wince {
   DEPLOYMENT_PLUGIN += qsqlite
}
mingw: LIBS += -lws2_32