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

QT += sql sql-private gui widgets testlib

wince*: {
   DEPLOYMENT_PLUGIN += qsqlite
}