aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/bineditor/BinEditor.pluginspec
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-11-01 18:51:20 +0100
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-11-03 17:47:41 +0100
commit9532d4a345c1928c79f8aa0013e1e9dda37a6c70 (patch)
tree5b13f219c14cf2cf4a941f83056089a1f6e01115 /src/plugins/bineditor/BinEditor.pluginspec
parente160f071ce16dc46fdeaa03b985fe8d44fb58608 (diff)
dynamically replace creator version during build
... instead of running a sed script over a lot of files on each version increment.
Diffstat (limited to 'src/plugins/bineditor/BinEditor.pluginspec')
-rw-r--r--src/plugins/bineditor/BinEditor.pluginspec20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/plugins/bineditor/BinEditor.pluginspec b/src/plugins/bineditor/BinEditor.pluginspec
deleted file mode 100644
index 0755010e75..0000000000
--- a/src/plugins/bineditor/BinEditor.pluginspec
+++ /dev/null
@@ -1,20 +0,0 @@
-<plugin name="BinEditor" version="2.1.81" compatVersion="2.1.81">
- <vendor>Nokia Corporation</vendor>
- <copyright>(C) 2010 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>Binary editor component.</description>
- <url>http://qt.nokia.com</url>
- <dependencyList>
- <dependency name="Core" version="2.1.81"/>
- <dependency name="TextEditor" version="2.1.81"/>
- </dependencyList>
-</plugin>