summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2011-10-06 09:50:33 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-06 04:58:39 +0200
commit79145203b3a97bf380f521f4b0b71e8f2905c888 (patch)
tree69ab4ac1ee4cb45937407cf3d99efab2518bf1a7 /README
parentef317c1d8eedb0c1ecb971a279c1f720c406300c (diff)
Fix typos in README
Also mention this is for 4.x, since the development of qtquick3d isn't as linear as one would assume (4.x and 5.x branches are developing in parallel instead of master being the tip of development). Change-Id: Ibaabaabaa44448e10771f748dcc3b6fa8caaaaaa Reviewed-on: http://codereview.qt-project.org/6086 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Patrick Burke <patrick.burke@nokia.com>
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 3785f56c2..b04dfde86 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This directory contains the Qt3D project:
+This directory contains the Qt3D project for Qt 4.x:
* QtQuick3D QML bindings and
* Qt3D C++ APIs
@@ -25,9 +25,9 @@ src/imports/
util/
Various utilities that are useful when working with Qt3D.
examples/
- Some examples of using QtQuiick3D (QML bindings) and Qt3D (C++ API).
+ Some examples of using QtQuick3D (QML bindings) and Qt3D (C++ API).
demos/
- Some more complex demos of using QtQuiick3D (QML bindings) and Qt3D (C++ API).
+ Some more complex demos of using QtQuick3D (QML bindings) and Qt3D (C++ API).
tests/auto/qml3d/
Unit tests for the QtQuick3D bindings.
tests/auto/threed/