aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Changelog9
-rw-r--r--src/version.targets2
2 files changed, 10 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index c09e0e63..f08945db 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,12 @@
+Qt Visual Studio Tools version 2.6.0:
+
+Changes
+-------
+ - Support for cross-compilation with the Linux development VS workload
+ - Integration of Qt for Windows deployment tool (windeployqt)
+ - Fixed QTVSADDINBUG-797: Incorrect generation of command-line flags for Qt tools
+
+
Qt Visual Studio Tools version 2.5.2:
Changes
diff --git a/src/version.targets b/src/version.targets
index d2e81468..78eec2c4 100644
--- a/src/version.targets
+++ b/src/version.targets
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(QtVSToolsVersion)' == ''">
- <QtVSToolsVersion>2.5.2</QtVSToolsVersion>
+ <QtVSToolsVersion>2.6.0</QtVSToolsVersion>
</PropertyGroup>
</Project>