summaryrefslogtreecommitdiffstats
path: root/src/doc/src/qt3d-index.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc/src/qt3d-index.qdoc')
-rw-r--r--src/doc/src/qt3d-index.qdoc13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/doc/src/qt3d-index.qdoc b/src/doc/src/qt3d-index.qdoc
index 41006a059..3c2630c22 100644
--- a/src/doc/src/qt3d-index.qdoc
+++ b/src/doc/src/qt3d-index.qdoc
@@ -50,7 +50,7 @@
\annotatedlist qt3d-modules
- For Qt Quick applications, Qt3D provides the following QML modules:
+ For Qt Quick applications, Qt 3D provides the following QML modules:
\annotatedlist qt3d-qmlmodules
@@ -61,7 +61,7 @@
\l qmake \c .pro file:
\badcode
- QT += 3dcore 3drender 3dinput 3dcollision 3dlogic
+ QT += 3dcore 3drender 3dinput 3dlogic
\endcode
To include the definitions of the modules' classes, use the following
@@ -71,21 +71,20 @@
#include <Qt3DCore>
#include <Qt3DRender>
#include <Qt3DInput>
- #include <Qt3DCollision>
#include <Qt3DLogic>
\endcode
A Qt Quick application requires also additional dependencies:
\badcode
- QT += 3dcore 3drenderer 3dinput 3dcollision qml quick 3dquick
+ QT += 3dcore 3drenderer 3dinput qml quick 3dquick
\endcode
\section1 Overview
- The high level design and motivation for Qt3D is described in the \l {Qt 3D
- Overview}. The Qt 3D Renderer aspect offers support for data-driven
- configuration as described in \l {Qt 3D Renderer Framegraph}.
+ The high level design and motivation for Qt 3D is described in the \l {Qt 3D
+ Overview}. The Qt 3D Render aspect offers support for data-driven
+ configuration as described in \l {Qt 3D Render Framegraph}.
\section1 Reference
\list