Doc: remove the note about building qml2puppet

The standalone packages for version 3.0 are built with
Qt 5, so the puppet is always delivered.

Change-Id: I49900ebec6f02314a0bf52dae7cb7c995d2ce402
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
Leena Miettinen
2013-11-07 16:23:12 +01:00
parent 8a33dd933f
commit 1a330aa3ad

View File

@@ -32,16 +32,6 @@
You can edit .qml files in the \QMLD visual editor or in the code editor.
\note In \QC 2.7, \QMLD supports both Qt Quick 1 and Qt Quick 2. However,
the \QC packages that are not delivered with Qt 5 are still built with
Qt 4.8, and therefore do not contain qml2puppet, which is the external
process that is responsible for rendering Qt Quick 2. To develop Qt Quick 2
applications using \QMLD, download the Qt 5.0.1 packages and build
qml2puppet yourself. The sources for qml2puppet are located in
\c{qt-creator\share\qtcreator\qml\qmlpuppet\qml2puppet}. The qml2puppet is
installed to \c{qtbase\bin}. If you then configure Qt 5.0.1 for your
project, \QMLD picks up the qml2puppet and supports Qt Quick 2.0.
In \gui Projects, double-click a .qml file to open it in the code editor.
Then select the \gui {Design} mode to edit the file in the visual editor.