Fix cmake and qmake instructions for widget items

Fixes: QTBUG-131366
Change-Id: I694cfe262e31593010bc03ac56748680e7996359
Reviewed-by: Alexei Cazacov <alexei.cazacov@qt.io>
Reviewed-by: Sami Varanka <sami.varanka@qt.io>
(cherry picked from commit 0a2ff2356f)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit c0284da019)
This commit is contained in:
Tomi Korpipaa 2024-11-19 13:34:02 +02:00 committed by Qt Cherry-pick Bot
parent 5a5fd5f5ae
commit 3a759713ef
5 changed files with 10 additions and 4 deletions

View File

@ -7,6 +7,12 @@
\qtvariable graphs
*/
/*!
\module QtGraphsWidgets
\qtcmakepackage GraphsWidgets
\qtvariable graphswidgets
*/
/*!
\title Qt Graphs C++ Classes
\group graphs

View File

@ -9,7 +9,7 @@ QT_BEGIN_NAMESPACE
/*!
* \class Q3DBarsWidgetItem
* \inmodule QtGraphs
* \inmodule QtGraphsWidgets
* \ingroup graphs_3D_widgets
* \brief The Q3DBarsWidgetItem class provides methods for rendering 3D bar graphs.
*

View File

@ -15,7 +15,7 @@ QT_BEGIN_NAMESPACE
/*!
* \class Q3DGraphsWidgetItem
* \inmodule QtGraphs
* \inmodule QtGraphsWidgets
* \ingroup graphs_3D_widgets
* \brief The Q3DGraphsWidgetItem class provides a window and render loop for
* graphs.

View File

@ -9,7 +9,7 @@ QT_BEGIN_NAMESPACE
/*!
* \class Q3DScatterWidgetItem
* \inmodule QtGraphs
* \inmodule QtGraphsWidgets
* \ingroup graphs_3D_widgets
* \brief The Q3DScatterWidgetItem class provides methods for rendering 3D scatter graphs.
*

View File

@ -9,7 +9,7 @@ QT_BEGIN_NAMESPACE
/*!
* \class Q3DSurfaceWidgetItem
* \inmodule QtGraphs
* \inmodule QtGraphsWidgets
* \ingroup graphs_3D_widgets
* \brief The Q3DSurfaceWidgetItem class provides methods for rendering 3D surface plots.
*