Doc: Fix documentation warnings for Qt SQL
Task-number: QTBUG-86295 Change-Id: Ia8c0daabcf79e56d51de801cb2be1b83bf03276b Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
parent
afa341375d
commit
0575ff787a
@ -1,6 +1,10 @@
|
||||
TEMPLATE = lib
|
||||
TARGET = code_snippets
|
||||
QT = core sql
|
||||
QT = core
|
||||
|
||||
#! [qmake_use]
|
||||
QT += sql
|
||||
#! [qmake_use]
|
||||
|
||||
SOURCES = \
|
||||
doc_src_sql-driver.cpp \
|
||||
|
@ -47,7 +47,7 @@
|
||||
See also the \l {Build with CMake} overview.
|
||||
|
||||
\include module-use.qdocinc building with qmake
|
||||
\snippet snippets/snippets.pro qmake_use
|
||||
\snippet snippets/code/code.pro qmake_use
|
||||
|
||||
\section1 Module Evolution
|
||||
\l{Porting to Qt 6 - Qt SQL} lists important changes in the module API
|
||||
|
Loading…
Reference in New Issue
Block a user