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

QT += sql sql-private gui testlib

wince*: {
   DEPLOYMENT_PLUGIN += qsqlite
}