e9ed5853f4
Change-Id: I032902bea6fe2c7d9eb0491886fded7602ae2bcc Reviewed-by: Mark Brand <mabrand@mabrand.nl> Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
10 lines
142 B
Prolog
10 lines
142 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qsql
|
|
SOURCES += tst_qsql.cpp
|
|
|
|
QT += sql sql-private gui testlib
|
|
|
|
wince*: {
|
|
DEPLOYMENT_PLUGIN += qsqlite
|
|
}
|