aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel Costa <miguel.costa@qt.io>2020-01-07 11:11:22 +0100
committerMiguel Costa <miguel.costa@qt.io>2020-01-07 11:43:41 +0000
commitddc667be13cf4546b65cea6c697ac150bf80b3ef (patch)
tree8c24f33c0a9c2a26ccdf929ba342f8e715b785eb
parent6cbf19ba027e7c5d7539ca32f35ac2a6bfdc8556 (diff)
Update version number to 2.4.3v2.4.3
Change-Id: I18719f5a6447f73010ef11bc8b7cccd3c821b1ee Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
-rw-r--r--Changelog17
-rw-r--r--src/version.targets2
2 files changed, 18 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 12c9fb8a..bf945f50 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,20 @@
+The Qt Visual Studio Tools version 2.4.3 includes several bug fixes.
+
+Changes
+-------
+ - Fixed QTVSADDINBUG-560: New Qt projects with duplicate GUID
+ - Fixed QTVSADDINBUG-685: Property sheets not working with Qt projects
+ - Fixed QTVSADDINBUG-690: All configs not named 'Debug' use release build settings
+ - Fixed QTVSADDINBUG-702: Conversion errors when project has empty property values
+ - Fixed QTVSADDINBUG-703: Pre-compiled header disabled for generated sources
+ - Fixed QTVSADDINBUG-708: Link errors with projects including Windows resources (.rc file)
+ - Fixed QTVSADDINBUG-709: Qt-related menu items show in non-Qt project context menu
+ - Fixed QTVSADDINBUG-712: Qt INCLUDEPATH property has incorrect values
+ - Fixed QTVSADDINBUG-717: Qt project build fails when multiple VS instances are launched
+ - Fixed QTVSADDINBUG-722: Error getting Qt property values from generated Makefile
+ - Fixed QTVSADDINBUG-723: Projects built multiple times when dependencies are defined
+
+
The Qt Visual Studio Tools version 2.4.2 includes several bug fixes.
Changes
diff --git a/src/version.targets b/src/version.targets
index bb884f22..9c2f73aa 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.4.2</QtVSToolsVersion>
+ <QtVSToolsVersion>2.4.3</QtVSToolsVersion>
</PropertyGroup>
</Project>