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

QT += sql sql-private gui testlib

wince*: {
   DEPLOYMENT_PLUGIN += qsqlite
}
win32-g++*: LIBS += -lws2_32