From 1a330aa3ada1fe5f0a15c20f79bbf8c393c717d9 Mon Sep 17 00:00:00 2001 From: Leena Miettinen <riitta-leena.miettinen@digia.com> Date: Thu, 7 Nov 2013 16:23:12 +0100 Subject: [PATCH] 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> --- doc/src/qtquick/qtquick-designer.qdoc | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/doc/src/qtquick/qtquick-designer.qdoc b/doc/src/qtquick/qtquick-designer.qdoc index 825bd26fe1c..c256db4398f 100644 --- a/doc/src/qtquick/qtquick-designer.qdoc +++ b/doc/src/qtquick/qtquick-designer.qdoc @@ -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. -- GitLab