summaryrefslogtreecommitdiff
path: root/src/plugins/updateinfo/UpdateInfo.pluginspec.in
diff options
context:
space:
mode:
authorDaniel Molkentin <daniel.molkentin@nokia.com>2011-09-08 16:04:27 +0200
committerEike Ziller <eike.ziller@nokia.com>2011-09-19 13:51:53 +0200
commit793031c7ba64ca7ba67c6a555bbab49ae2ec0b85 (patch)
treead42dc2f6c5f4cb695055999652a6b96dd311940 /src/plugins/updateinfo/UpdateInfo.pluginspec.in
parentac2bc6f39ad51b8936679183066cbe2a43972b88 (diff)
downloadqt-creator-793031c7ba64ca7ba67c6a555bbab49ae2ec0b85.tar.gz
Make Qt Installer Framework Update Notifier part of QtCreator.
Always compile but never run it unless UPDATEINFO_DISABLE is being set to 'false' via qmake or environment. Change-Id: Ie53fb2ea99bfebac1b6f416939554f25a5e481a7 Reviewed-on: http://codereview.qt-project.org/4483 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Eike Ziller <eike.ziller@nokia.com> Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
Diffstat (limited to 'src/plugins/updateinfo/UpdateInfo.pluginspec.in')
-rw-r--r--src/plugins/updateinfo/UpdateInfo.pluginspec.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/plugins/updateinfo/UpdateInfo.pluginspec.in b/src/plugins/updateinfo/UpdateInfo.pluginspec.in
new file mode 100644
index 0000000000..89ce6f0c77
--- /dev/null
+++ b/src/plugins/updateinfo/UpdateInfo.pluginspec.in
@@ -0,0 +1,19 @@
+<plugin name=\"UpdateInfo\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\" experimental=\"$$UPDATEINFO_DISABLE\">
+ <vendor>Nokia Corporation</vendor>
+ <copyright>(C) 2011 Nokia Corporation</copyright>
+ <license>
+Commercial Usage
+
+Licensees holding valid Qt Commercial licenses may use this plugin in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.
+
+GNU Lesser General Public License Usage
+
+Alternatively, this plugin may be used under the terms of the GNU Lesser General Public License version 2.1 as published by the Free Software Foundation. Please review the following information to ensure the GNU Lesser General Public License version 2.1 requirements will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
+ </license>
+ <category>Qt Creator</category>
+ <description>Displays Update-Infos for Qt Installer Framework-based Updaters.</description>
+ <url>http://qt.nokia.com</url>
+ <dependencyList>
+ <dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
+ </dependencyList>
+</plugin>