From 401a76fbaad28f3a8baf496862b3fa4ca265a258 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Tue, 22 Nov 2011 15:54:18 +0100 Subject: Doc: import statement in new project wizard New Qt Quick application wizard now imports Qt Quick 1.1. Change-Id: Id1433364b29a5f23d351d4cd07cc22e69b52f67c Reviewed-by: Alessandro Portale --- doc/images/qmldesigner-tutorial-project.png | Bin 26311 -> 29766 bytes doc/src/qtquick/qtquick-app-development.qdoc | 7 +++++++ 2 files changed, 7 insertions(+) diff --git a/doc/images/qmldesigner-tutorial-project.png b/doc/images/qmldesigner-tutorial-project.png index 7172921fa0..959501a9ed 100644 Binary files a/doc/images/qmldesigner-tutorial-project.png and b/doc/images/qmldesigner-tutorial-project.png differ diff --git a/doc/src/qtquick/qtquick-app-development.qdoc b/doc/src/qtquick/qtquick-app-development.qdoc index 4ab2e9d56d..76adbab794 100644 --- a/doc/src/qtquick/qtquick-app-development.qdoc +++ b/doc/src/qtquick/qtquick-app-development.qdoc @@ -103,6 +103,13 @@ to mobile devices, use the \gui {Qt Quick Application} wizard to convert them to Qt Quick applications. + \note Qt 4.7.3 supports Qt Quick 1.0 and Qt 4.7.4 supports Qt Quick 1.1. The + application wizards import Qt Quick 1.1, and therefore, you can use them + without changes if you target only platforms that run Qt 4.7.4 (such as + MeeGo or the desktop). If you also target platforms that run Qt 4.7.3 + (such as Maemo and S60 5th Edition), you must change the import statement to + import Qt Quick 1.0. + \section1 Creating Qt Quick UI Projects \list 1 -- cgit v1.2.1