summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorthalexan <theve.alexandre@nokia.com>2012-03-16 12:40:18 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-16 13:50:42 +0100
commite41f98c6ae68d9b9848591120a68982de6065f97 (patch)
treeef851d85fc65a1357e5a4dcce88ea6766f6c9ce5 /doc
parentc3aef43b2de61f3c2d1f61bcea44880f6cb27ae4 (diff)
Change an incorrect import statement in documentation
Change-Id: I7f8926da6f185e0e1def85f434faacae0cb57389 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/qt3d.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/qt3d.qdoc b/doc/src/qt3d.qdoc
index f72df1971..33874aeb0 100644
--- a/doc/src/qt3d.qdoc
+++ b/doc/src/qt3d.qdoc
@@ -68,7 +68,7 @@
To use the C++ library in your application, add the following configuration option to your .pro file.
\code
- QT += qt3d
+ QT += 3d
\endcode
To use Qt 3D in your QML application you need the following import statement in your qml file.