summaryrefslogtreecommitdiff
path: root/doc/src/qtquick/qtquick-app-development.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/qtquick/qtquick-app-development.qdoc')
-rw-r--r--doc/src/qtquick/qtquick-app-development.qdoc7
1 files changed, 7 insertions, 0 deletions
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