Doc: Revise Qt SQL module landing page
Include new CMake and qmake snippets and reorganize some of the sections structure. Task-number: QTBUG-100369 Pick-to: 6.3 Change-Id: I47cc9b24818c26740e49e6365bf881874942b79c Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
This commit is contained in:
parent
3989f56c6b
commit
998b21c25d
@ -1,6 +1,6 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
** Copyright (C) 2020 The Qt Company Ltd.
|
** Copyright (C) 2022 The Qt Company Ltd.
|
||||||
** Contact: https://www.qt.io/licensing/
|
** Contact: https://www.qt.io/licensing/
|
||||||
**
|
**
|
||||||
** This file is part of the documentation of the Qt Toolkit.
|
** This file is part of the documentation of the Qt Toolkit.
|
||||||
@ -41,13 +41,35 @@
|
|||||||
The \l{SQL Programming} guide contains information about development using
|
The \l{SQL Programming} guide contains information about development using
|
||||||
Qt SQL.
|
Qt SQL.
|
||||||
|
|
||||||
\include module-use.qdocinc using qt module
|
\section1 Using the Module
|
||||||
\snippet snippets/CMakeLists.txt cmake_use
|
|
||||||
|
|
||||||
See also the \l {Build with CMake} overview.
|
\include {module-use.qdocinc} {using the c++ api}
|
||||||
|
|
||||||
\include module-use.qdocinc building with qmake
|
\section2 Building with CMake
|
||||||
\snippet snippets/code/code.pro qmake_use
|
|
||||||
|
\include {module-use.qdocinc} {building with cmake} {Sql}
|
||||||
|
|
||||||
|
\section2 Building with qmake
|
||||||
|
|
||||||
|
\include {module-use.qdocinc} {building_with_qmake} {sql}
|
||||||
|
|
||||||
|
\section1 Articles and Guides
|
||||||
|
|
||||||
|
\list
|
||||||
|
\li \l {SQL Programming} {Qt SQL Programming Guide}
|
||||||
|
\endlist
|
||||||
|
|
||||||
|
\section1 Examples
|
||||||
|
|
||||||
|
\list
|
||||||
|
\li \l {SQL Examples}
|
||||||
|
\endlist
|
||||||
|
|
||||||
|
\section1 Reference
|
||||||
|
|
||||||
|
\list
|
||||||
|
\li \l {Qt SQL C++ Classes} {C++ Classes}
|
||||||
|
\endlist
|
||||||
|
|
||||||
\section1 Module Evolution
|
\section1 Module Evolution
|
||||||
\l{Changes to Qt SQL} lists important changes in the module API
|
\l{Changes to Qt SQL} lists important changes in the module API
|
||||||
@ -65,14 +87,6 @@
|
|||||||
modules under following permissive licenses:
|
modules under following permissive licenses:
|
||||||
|
|
||||||
\generatelist{groupsbymodule attributions-qtsql}
|
\generatelist{groupsbymodule attributions-qtsql}
|
||||||
|
|
||||||
\section1 Related Information
|
|
||||||
|
|
||||||
These are links to the API reference materials and related pages.
|
|
||||||
\list
|
|
||||||
\li \l{Qt SQL C++ Classes}{C++ Classes}
|
|
||||||
\li \l{SQL Examples}
|
|
||||||
\endlist
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
Loading…
Reference in New Issue
Block a user