aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/updateinfo
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-03-26 16:58:50 +0100
committerOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-04-11 12:52:03 +0200
commitf9f8cd354bae8e1767de2899ef5b66d50c4399d3 (patch)
tree9673d818466f78a42322451a27342ea929ba3252 /src/plugins/updateinfo
parent740d177a044c425b2711673d8c84ab20a7dfdf0a (diff)
auto-generate <dependencyList> in .pluginspec files
Change-Id: I8bb9b4eb0ae5ed9b283da422be882603ae0e1b49 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com> Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'src/plugins/updateinfo')
-rw-r--r--src/plugins/updateinfo/UpdateInfo.pluginspec.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/plugins/updateinfo/UpdateInfo.pluginspec.in b/src/plugins/updateinfo/UpdateInfo.pluginspec.in
index a8e846afb8..1046fc92ff 100644
--- a/src/plugins/updateinfo/UpdateInfo.pluginspec.in
+++ b/src/plugins/updateinfo/UpdateInfo.pluginspec.in
@@ -13,7 +13,5 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
<category>Qt Creator</category>
<description>Displays Update-Infos for Qt Installer Framework-based Updaters.</description>
<url>http://www.qt-project.org</url>
- <dependencyList>
- <dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
- </dependencyList>
+ $$dependencyList
</plugin>