diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-11-01 18:51:20 +0100 |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-11-03 17:47:41 +0100 |
commit | 9532d4a345c1928c79f8aa0013e1e9dda37a6c70 (patch) | |
tree | 5b13f219c14cf2cf4a941f83056089a1f6e01115 /src/plugins/regexp/RegExp.pluginspec.in | |
parent | e160f071ce16dc46fdeaa03b985fe8d44fb58608 (diff) | |
download | qt-creator-9532d4a345c1928c79f8aa0013e1e9dda37a6c70.tar.gz |
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/regexp/RegExp.pluginspec.in')
-rw-r--r-- | src/plugins/regexp/RegExp.pluginspec.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/plugins/regexp/RegExp.pluginspec.in b/src/plugins/regexp/RegExp.pluginspec.in new file mode 100644 index 0000000000..ff0059a677 --- /dev/null +++ b/src/plugins/regexp/RegExp.pluginspec.in @@ -0,0 +1,18 @@ +<plugin name=\"RegExp\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\"> + <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> + <description>Regular Expression test widget.</description> + <url>http://qt.nokia.com</url> + <dependencyList> + <dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/> + </dependencyList> +</plugin> |