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.qdoc5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/doc/src/qt3d-index.qdoc b/src/doc/src/qt3d-index.qdoc
index f14909cec..2031fcfdc 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 3dextras
+ QT += 3dcore 3drender 3dinput 3dlogic 3dextras 3danimation
\endcode
To include the definitions of the modules' classes, use the following
@@ -73,12 +73,13 @@
#include <Qt3DInput>
#include <Qt3DLogic>
#include <Qt3DExtras>
+ #include <Qt3DAnimation>
\endcode
A Qt Quick application requires also additional dependencies:
\badcode
- QT += 3dcore 3drender 3dinput 3dlogic 3dextras qml quick 3dquick
+ QT += 3dcore 3drender 3dinput 3dlogic 3dextras qml quick 3dquick 3danimation
\endcode
\section1 Overview