qt5base-lts/tests/auto/sql/kernel/qsql/qsql.pro

10 lines
142 B
Prolog
Raw Normal View History

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