Regenerate tests/auto/sql

Change-Id: If411b1e7c3a7cb58922e5a48309f42ba29f2c068
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
Alexandru Croitor 2019-11-12 18:23:28 +01:00
parent 47ce9e5a78
commit 0d43af1281
13 changed files with 136 additions and 13 deletions

View File

@ -1,6 +1,15 @@
# Generated from qsql.pro.
#####################################################################
## tst_qsql Test:
#####################################################################
add_qt_test(tst_qsql
SOURCES tst_qsql.cpp
SOURCES
tst_qsql.cpp
LIBRARIES
Qt::CorePrivate
Qt::SqlPrivate
PUBLIC_LIBRARIES
Qt::Sql
)

View File

@ -1,6 +1,15 @@
# Generated from qsqldatabase.pro.
#####################################################################
## tst_qsqldatabase Test:
#####################################################################
add_qt_test(tst_qsqldatabase
SOURCES tst_qsqldatabase.cpp
SOURCES
tst_qsqldatabase.cpp
LIBRARIES
Qt::CorePrivate
Qt::SqlPrivate
PUBLIC_LIBRARIES
Qt::Sql
)

View File

@ -1,6 +1,15 @@
# Generated from qsqldriver.pro.
#####################################################################
## tst_qsqldriver Test:
#####################################################################
add_qt_test(tst_qsqldriver
SOURCES tst_qsqldriver.cpp
SOURCES
tst_qsqldriver.cpp
LIBRARIES
Qt::CorePrivate
Qt::SqlPrivate
PUBLIC_LIBRARIES
Qt::Sql
)

View File

@ -1 +1,12 @@
add_qt_test(tst_qsqlerror SOURCES tst_qsqlerror.cpp LIBRARIES Qt::Sql)
# Generated from qsqlerror.pro.
#####################################################################
## tst_qsqlerror Test:
#####################################################################
add_qt_test(tst_qsqlerror
SOURCES
tst_qsqlerror.cpp
PUBLIC_LIBRARIES
Qt::Sql
)

View File

@ -1 +1,12 @@
add_qt_test(tst_qsqlfield SOURCES tst_qsqlfield.cpp LIBRARIES Qt::Sql)
# Generated from qsqlfield.pro.
#####################################################################
## tst_qsqlfield Test:
#####################################################################
add_qt_test(tst_qsqlfield
SOURCES
tst_qsqlfield.cpp
PUBLIC_LIBRARIES
Qt::Sql
)

View File

@ -1,6 +1,15 @@
# Generated from qsqlquery.pro.
#####################################################################
## tst_qsqlquery Test:
#####################################################################
add_qt_test(tst_qsqlquery
SOURCES tst_qsqlquery.cpp
SOURCES
tst_qsqlquery.cpp
LIBRARIES
Qt::CorePrivate
Qt::SqlPrivate
PUBLIC_LIBRARIES
Qt::Sql
)

View File

@ -1 +1,12 @@
add_qt_test(tst_qsqlrecord SOURCES tst_qsqlrecord.cpp LIBRARIES Qt::Sql)
# Generated from qsqlrecord.pro.
#####################################################################
## tst_qsqlrecord Test:
#####################################################################
add_qt_test(tst_qsqlrecord
SOURCES
tst_qsqlrecord.cpp
PUBLIC_LIBRARIES
Qt::Sql
)

View File

@ -1,3 +1,9 @@
# Generated from qsqlresult.pro.
#####################################################################
## tst_qsqlresult Test:
#####################################################################
add_qt_test(tst_qsqlresult
SOURCES
testsqldriver.h
@ -5,4 +11,6 @@ add_qt_test(tst_qsqlresult
LIBRARIES
Qt::CorePrivate
Qt::SqlPrivate
PUBLIC_LIBRARIES
Qt::Sql
)

View File

@ -1,6 +1,15 @@
# Generated from qsqlthread.pro.
#####################################################################
## tst_qsqlthread Test:
#####################################################################
add_qt_test(tst_qsqlthread
SOURCES tst_qsqlthread.cpp
SOURCES
tst_qsqlthread.cpp
LIBRARIES
Qt::CorePrivate
Qt::SqlPrivate
PUBLIC_LIBRARIES
Qt::Sql
)

View File

@ -1,7 +1,17 @@
# Generated from qsqlquerymodel.pro.
#####################################################################
## tst_qsqlquerymodel Test:
#####################################################################
add_qt_test(tst_qsqlquerymodel
SOURCES tst_qsqlquerymodel.cpp
SOURCES
tst_qsqlquerymodel.cpp
LIBRARIES
Qt::Widgets
Qt::CorePrivate
Qt::SqlPrivate
PUBLIC_LIBRARIES
Qt::Gui
Qt::Sql
Qt::Widgets
)

View File

@ -1,7 +1,16 @@
# Generated from qsqlrelationaldelegate.pro.
#####################################################################
## tst_qsqlrelationaldelegate Test:
#####################################################################
add_qt_test(tst_qsqlrelationaldelegate
SOURCES tst_qsqlrelationaldelegate.cpp
SOURCES
tst_qsqlrelationaldelegate.cpp
LIBRARIES
Qt::CorePrivate
Qt::SqlPrivate
PUBLIC_LIBRARIES
Qt::Sql
Qt::Widgets
)

View File

@ -1,6 +1,15 @@
# Generated from qsqlrelationaltablemodel.pro.
#####################################################################
## tst_qsqlrelationaltablemodel Test:
#####################################################################
add_qt_test(tst_qsqlrelationaltablemodel
SOURCES tst_qsqlrelationaltablemodel.cpp
SOURCES
tst_qsqlrelationaltablemodel.cpp
LIBRARIES
Qt::CorePrivate
Qt::SqlPrivate
PUBLIC_LIBRARIES
Qt::Sql
)

View File

@ -1,6 +1,15 @@
# Generated from qsqltablemodel.pro.
#####################################################################
## tst_qsqltablemodel Test:
#####################################################################
add_qt_test(tst_qsqltablemodel
SOURCES tst_qsqltablemodel.cpp
SOURCES
tst_qsqltablemodel.cpp
LIBRARIES
Qt::CorePrivate
Qt::SqlPrivate
PUBLIC_LIBRARIES
Qt::Sql
)