aboutsummaryrefslogtreecommitdiffstats
path: root/version.targets
diff options
context:
space:
mode:
Diffstat (limited to 'version.targets')
-rw-r--r--version.targets3
1 files changed, 2 insertions, 1 deletions
diff --git a/version.targets b/version.targets
index 62776db9..54279100 100644
--- a/version.targets
+++ b/version.targets
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(QtVSToolsVersion)' == ''">
- <QtVSToolsVersion>2.10.0</QtVSToolsVersion>
+ <QtVSToolsVersion
+ >$([System.IO.File]::ReadAllText('$(SolutionDir)\version.log'))</QtVSToolsVersion>
</PropertyGroup>
</Project>