diff options
author | Daniel Molkentin <daniel.molkentin@nokia.com> | 2010-05-31 16:36:48 +0200 |
---|---|---|
committer | Daniel Molkentin <daniel.molkentin@nokia.com> | 2010-05-31 16:37:17 +0200 |
commit | 74bd95d3238dca1c6e22fb3faa59b94f590b1ac8 (patch) | |
tree | da6af2f84f34edae7e439403d6dc595e663fe996 /share | |
parent | d349cafe2d41e53a74282e8942513ebdd539aa32 (diff) | |
download | qt-creator-74bd95d3238dca1c6e22fb3faa59b94f590b1ac8.tar.gz |
Mark QML support in Qt Creator 2.0 as preview
Reviewed-by: Kai Koehne
Diffstat (limited to 'share')
-rw-r--r-- | share/qtcreator/templates/wizards/qml-runtime/wizard.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/qtcreator/templates/wizards/qml-runtime/wizard.xml b/share/qtcreator/templates/wizards/qml-runtime/wizard.xml index 5800b8ef5d..9b5e58e582 100644 --- a/share/qtcreator/templates/wizards/qml-runtime/wizard.xml +++ b/share/qtcreator/templates/wizards/qml-runtime/wizard.xml @@ -38,7 +38,9 @@ leave room for the Qt 4 target page. class="qt4project" firstpage="10" id="QmlRuntimePlugin" category="F.Projects"> <icon>lib.png</icon> - <description>Creates a C++ plugin to extend the funtionality of the QML runtime.</description> + <description>Creates a C++ plugin to extend the funtionality of the QML runtime. + +Note: The Qt Quick specific features are based on a preview version of the Qt 4.7 package. Please update to a more recent version of Qt Creator as soon as Qt 4.7 has been released.</description> <displayname>QML Runtime Plug-in</displayname> <displaycategory>QML Runtime Plug-in</displaycategory> <files> |