From bcbd1eeb4c8fb0a76480520b94f1401ae8fca70e Mon Sep 17 00:00:00 2001 From: Robert Loehning <robert.loehning@digia.com> Date: Wed, 27 Mar 2013 18:29:53 +0100 Subject: [PATCH] Fix minimum Qt version for Qt Quick 1 Extension Plugin Task-Number: QTCREATORBUG-9018 Change-Id: I95f08034ec151bca98ce7050b749890226103e6b Reviewed-by: Kai Koehne <kai.koehne@digia.com> --- share/qtcreator/templates/wizards/qtquick1-extension/wizard.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/qtcreator/templates/wizards/qtquick1-extension/wizard.xml b/share/qtcreator/templates/wizards/qtquick1-extension/wizard.xml index 9530c1ed2e4..ecfacde2599 100644 --- a/share/qtcreator/templates/wizards/qtquick1-extension/wizard.xml +++ b/share/qtcreator/templates/wizards/qtquick1-extension/wizard.xml @@ -41,7 +41,7 @@ leave room for the Qt 4 target page. <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. - Requires <b>Qt 4.7.1</b> or newer.</description> + Requires <b>Qt 4.7.0</b> or newer.</description> <displayname>Qt Quick 1 Extension Plugin</displayname> <displaycategory>Libraries</displaycategory> <files> -- GitLab