qt5base-lts/tests/auto/sql/kernel/qsql/qsql.pro
Debao Zhang e9ed5853f4 Make tst_qsql.cpp independent of QtWidgets
Change-Id: I032902bea6fe2c7d9eb0491886fded7602ae2bcc
Reviewed-by: Mark Brand <mabrand@mabrand.nl>
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
2012-03-11 00:08:33 +01:00

10 lines
142 B
Prolog

CONFIG += testcase
TARGET = tst_qsql
SOURCES += tst_qsql.cpp
QT += sql sql-private gui testlib
wince*: {
DEPLOYMENT_PLUGIN += qsqlite
}