summaryrefslogtreecommitdiffstats
path: root/src/doc/src/qt3d-index.qdoc
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2016-08-09 17:34:51 +0200
committerSean Harmer <sean.harmer@kdab.com>2016-08-10 19:44:52 +0000
commit084cc9621d9be1275ce0b24fbc78d54212a9edd7 (patch)
tree3f6673249ca81e251f2b223450950b2ac0bd7068 /src/doc/src/qt3d-index.qdoc
parent6fbf9b65dd4ab6c4b4a1ca3ec0ec76280caba436 (diff)
Doc: add doc for Qt3DExtras module
Change-Id: I4850cd747416b37fe88675099d9b405c2d9e173e Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/doc/src/qt3d-index.qdoc')
-rw-r--r--src/doc/src/qt3d-index.qdoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/doc/src/qt3d-index.qdoc b/src/doc/src/qt3d-index.qdoc
index 3abc22d11..fce9a02f3 100644
--- a/src/doc/src/qt3d-index.qdoc
+++ b/src/doc/src/qt3d-index.qdoc
@@ -61,7 +61,7 @@
\l qmake \c .pro file:
\badcode
- QT += 3dcore 3drender 3dinput 3dlogic
+ QT += 3dcore 3drender 3dinput 3dlogic 3dextras
\endcode
To include the definitions of the modules' classes, use the following
@@ -72,6 +72,7 @@
#include <Qt3DRender>
#include <Qt3DInput>
#include <Qt3DLogic>
+ #include <Qt3DExtras>
\endcode
A Qt Quick application requires also additional dependencies: