summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorSarah Smith <sarah.j.smith@nokia.com>2012-03-10 17:52:30 +0200
committerQt by Nokia <qt-info@nokia.com>2012-03-14 19:22:20 +0100
commit234bf39096be424f56487b67756c07552a322963 (patch)
tree92f183348368132d9e96ef6498a00669c81ca102 /README
parentf79554ab3737b7601a3cebdbbba3d0480cfa1ae6 (diff)
Update for new QML naming.
QML renaming must be done before the deprecation mechanism is turned off. Task-number: QTBUG-24722 Change-Id: I8e4b9c919eefa72184fa1745d10141885f83369c Reviewed-by: Sarah Jane Smith <sarah.j.smith@nokia.com>
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 454b40336..f304eef07 100644
--- a/README
+++ b/README
@@ -99,7 +99,7 @@ means the Qt which is being built against.
First note that Qt3D has to be installed into the target Qt. This is because
Qt3D has QML plugins and resources, as well as shared libraries, all of which
must be resolved by the QMLViewer of the target Qt at runtime. Here where "qmake"
-is referred to it means the qmake inside the target Qt. Since QtDeclarative
+is referred to it means the qmake inside the target Qt. Since QtQml
recommends using QMLViewer when developing and debugging QML Apps, in the developer
case - which is what Qt3D is for - it has to install directly into the target Qt.