Mark QML support in Qt Creator 2.0 as preview

Reviewed-by: Kai Koehne
This commit is contained in:
Daniel Molkentin
2010-05-31 16:36:48 +02:00
parent d349cafe2d
commit 74bd95d323
5 changed files with 22 additions and 6 deletions

View File

@@ -73,6 +73,13 @@ Core::BaseFileWizardParameters QmlProjectApplicationWizard::parameters()
parameters.setId(QLatin1String("QA.QML Application"));
parameters.setDescription(tr("Creates a Qt QML application project with a single QML file containing the main view.\n\n"
"QML application projects are executed through the QML runtime and do not need to be built."));
// TODO: Remove me when Qt 4.7 is out
parameters.setDescription(parameters.description() +
tr("\n\nNote: 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."));
parameters.setCategory(QLatin1String(Constants::QML_WIZARD_CATEGORY));
parameters.setDisplayCategory(QCoreApplication::translate(Constants::QML_WIZARD_TR_SCOPE,
Constants::QML_WIZARD_TR_CATEGORY));