406c8ef6e6
By moving it to QSqlDriverPrivate we make it easier to check what database is actually connected which is particularly useful for the autotests. Change-Id: I54d1c2c998919c1d54efb1b6ac9303070ece54aa Reviewed-by: Mark Brand <mabrand@mabrand.nl>
14 lines
230 B
Prolog
14 lines
230 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qsqlquerymodel
|
|
SOURCES += tst_qsqlquerymodel.cpp
|
|
|
|
QT += widgets sql testlib core-private sql-private
|
|
|
|
wince*: {
|
|
DEPLOYMENT_PLUGIN += qsqlite
|
|
LIBS += -lws2
|
|
} else {
|
|
win32:LIBS += -lws2_32
|
|
}
|
|
|