forked from qt-creator/qt-creator
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:
@@ -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>
|
||||
Reference in New Issue
Block a user