QtQuickAppWizard: stating qt requirements in the description.

We should mention the correct Qt requirements to avoid confusion.

Change-Id: I8d729075359606b632ed617ae898d9f9ddacdfa2
Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
This commit is contained in:
Thomas Hartmann
2012-02-20 18:29:42 +01:00
parent 06e6d88b81
commit dea111abd1
2 changed files with 6 additions and 6 deletions

View File

@@ -82,7 +82,7 @@ Core::BaseFileWizardParameters QmlProjectApplicationWizard::parameters()
"QML file that contains the main view.\n\n"
"You can review Qt Quick UI projects in the QML Viewer and you need not build them. "
"You do not need to have the development environment installed "
"on your computer to create and run this type of projects."));
"on your computer to create and run this type of projects.\n\nRequires <b>Qt 4.7.4</b> or newer."));
parameters.setCategory(QLatin1String(ProjectExplorer::Constants::QT_APPLICATION_WIZARD_CATEGORY));
parameters.setDisplayCategory(QT_TRANSLATE_NOOP("ProjectExplorer", "Qt Application"));
return parameters;