From 5330b4f8f5f29dbb72fe10baea377ab8eb084f30 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Mon, 25 Mar 2013 09:47:37 +0100 Subject: [PATCH] Add minimum Qt version to description of Qt Quick Extension wizards Task-number: QTCREATORBUG-9018 Change-Id: I437361fa29ee725f6d17ef64939b5bde0a0ca296 Reviewed-by: Thomas Hartmann --- .../qtcreator/templates/wizards/qtquick1-extension/wizard.xml | 4 +++- .../qtcreator/templates/wizards/qtquick2-extension/wizard.xml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/share/qtcreator/templates/wizards/qtquick1-extension/wizard.xml b/share/qtcreator/templates/wizards/qtquick1-extension/wizard.xml index 9b298468809..9530c1ed2e4 100644 --- a/share/qtcreator/templates/wizards/qtquick1-extension/wizard.xml +++ b/share/qtcreator/templates/wizards/qtquick1-extension/wizard.xml @@ -39,7 +39,9 @@ leave room for the Qt 4 target page. id="QtQuick1ExtensionPlugin" category="G.Libraries" featuresRequired="QtSupport.Wizards.FeatureQtQuick,QtSupport.Wizards.FeatureQtQuick.1"> lib.png - Creates a C++ plugin that makes it possible to offer extensions that can be loaded dynamically into applications using the QDeclarativeEngine class. + Creates a C++ plugin that makes it possible to offer extensions that can be loaded dynamically into applications using the QDeclarativeEngine class. + + Requires <b>Qt 4.7.1</b> or newer. Qt Quick 1 Extension Plugin Libraries diff --git a/share/qtcreator/templates/wizards/qtquick2-extension/wizard.xml b/share/qtcreator/templates/wizards/qtquick2-extension/wizard.xml index bc0d297553f..5a572d2bd82 100644 --- a/share/qtcreator/templates/wizards/qtquick2-extension/wizard.xml +++ b/share/qtcreator/templates/wizards/qtquick2-extension/wizard.xml @@ -39,7 +39,9 @@ leave room for the Qt 4 target page. id="QtQuick2ExtensionPlugin" category="G.Libraries" featuresRequired="QtSupport.Wizards.FeatureQtQuick,QtSupport.Wizards.FeatureQtQuick.2"> lib.png - Creates a C++ plugin that makes it possible to offer extensions that can be loaded dynamically into applications using the QQmlEngine class. + Creates a C++ plugin that makes it possible to offer extensions that can be loaded dynamically into applications using the QQmlEngine class. + + Requires <b>Qt 5.0</b> or newer. Qt Quick 2 Extension Plugin Libraries