summaryrefslogtreecommitdiff
path: root/tests/auto/qsql/qsql.pro
blob: 2c0e337eed9f172d59d17429104c9dc2ef746885 (plain)
1
2
3
4
5
6
7
8
9
10
load(qttest_p4)
SOURCES  += tst_qsql.cpp

QT += sql 

contains(QT_CONFIG, qt3support): QT += qt3support

wince*: {
   DEPLOYMENT_PLUGIN += qsqlite
}