dynamically replace creator version during build

... instead of running a sed script over a lot of files on each
version increment.
This commit is contained in:
Oswald Buddenhagen
2010-11-01 18:51:20 +01:00
parent e160f071ce
commit 9532d4a345
48 changed files with 241 additions and 321 deletions

View File

@@ -1,4 +1,4 @@
<plugin name="HelloWorld" version="2.1.81" compatVersion="2.1.81" experimental="true">
<plugin name=\"HelloWorld\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\" experimental=\"true\">
<vendor>Nokia Corporation</vendor>
<copyright>(C) 2010 Nokia Corporation</copyright>
<license>
@@ -13,6 +13,6 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
<description>Hello World sample plugin.</description>
<url>http://qt.nokia.com</url>
<dependencyList>
<dependency name="Core" version="2.1.81"/>
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
</dependencyList>
</plugin>