Regenerate sql
Change-Id: I495678a5c77557ae297b7dd028f1253ebcce9ef7 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
parent
8cf45a6848
commit
fbbfbcf360
@ -19,19 +19,21 @@ add_qt_module(Sql
|
|||||||
kernel/qsqlresult.cpp kernel/qsqlresult.h kernel/qsqlresult_p.h
|
kernel/qsqlresult.cpp kernel/qsqlresult.h kernel/qsqlresult_p.h
|
||||||
kernel/qtsqlglobal.h kernel/qtsqlglobal_p.h
|
kernel/qtsqlglobal.h kernel/qtsqlglobal_p.h
|
||||||
DEFINES
|
DEFINES
|
||||||
QT_NO_USING_NAMESPACE
|
|
||||||
QT_NO_CAST_FROM_ASCII
|
QT_NO_CAST_FROM_ASCII
|
||||||
QT_NO_FOREACH
|
QT_NO_FOREACH
|
||||||
|
QT_NO_USING_NAMESPACE
|
||||||
LIBRARIES
|
LIBRARIES
|
||||||
Qt::CorePrivate
|
Qt::CorePrivate
|
||||||
PUBLIC_LIBRARIES # special case
|
PUBLIC_LIBRARIES
|
||||||
Qt::Core
|
Qt::Core
|
||||||
# MODULE_PLUGIN_TYPES = "sqldrivers"
|
|
||||||
# PRECOMPILED_HEADER = "../corelib/global/qt_pch.h"
|
|
||||||
# SQL_P = "sql"
|
|
||||||
# _LOADED = "qt_module"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
#### Keys ignored in scope 1:.:.:sql.pro:<TRUE>:
|
||||||
|
# MODULE_PLUGIN_TYPES = "sqldrivers"
|
||||||
|
# PRECOMPILED_HEADER = "../corelib/global/qt_pch.h"
|
||||||
|
# SQL_P = "sql"
|
||||||
|
# _LOADED = "qt_module"
|
||||||
|
|
||||||
## Scopes:
|
## Scopes:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
@ -47,5 +49,6 @@ extend_target(Sql CONDITION QT_FEATURE_sqlmodel
|
|||||||
models/qsqlrelationaltablemodel.cpp models/qsqlrelationaltablemodel.h
|
models/qsqlrelationaltablemodel.cpp models/qsqlrelationaltablemodel.h
|
||||||
models/qsqltablemodel.cpp models/qsqltablemodel.h models/qsqltablemodel_p.h
|
models/qsqltablemodel.cpp models/qsqltablemodel.h models/qsqltablemodel_p.h
|
||||||
)
|
)
|
||||||
|
add_qt_docs(
|
||||||
add_qt_docs(./doc/qtsql.qdocconf)
|
doc/qtsql.qdocconf
|
||||||
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user