From ea2348684762b784a6eeff247e884d9a47e38b5b Mon Sep 17 00:00:00 2001 From: Thomas Hartmann <Thomas.Hartmann@nokia.com> Date: Wed, 8 Feb 2012 16:10:09 +0100 Subject: [PATCH] Wizards: adding requirement for Qt Quick 1.0 to extension wizard The Qml extension wizard requires Qt Quick 1.0 Change-Id: I53bc157fc270fa8f2d2b296eb5c90edb86f57972 Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com> --- share/qtcreator/templates/wizards/qml-extension/wizard.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/share/qtcreator/templates/wizards/qml-extension/wizard.xml b/share/qtcreator/templates/wizards/qml-extension/wizard.xml index c823f946863..bce853250f2 100644 --- a/share/qtcreator/templates/wizards/qml-extension/wizard.xml +++ b/share/qtcreator/templates/wizards/qml-extension/wizard.xml @@ -39,7 +39,8 @@ leave room for the Qt 4 target page. --> <wizard version="1" kind="project" class="qt4project" firstpage="10" - id="QmlExtensionPlugin" category="C.Projects"> + id="QmlExtensionPlugin" category="C.Projects" + featuresRequired="QtSupport.Wizards.FeatureQtQuick,QtSupport.Wizards.FeatureQtQuick.1"> <icon>lib.png</icon> <description>Creates a C++ plugin that makes it possible to offer extensions that can be loaded dynamically into applications using the QDeclarativeEngine class.</description> <displayname>Custom QML Extension Plugin</displayname> -- GitLab