aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel Costa <miguel.costa@qt.io>2019-09-27 14:08:38 +0200
committerMiguel Costa <miguel.costa@qt.io>2019-10-01 13:55:29 +0000
commit9a6e098cb810aa9f821beba07fae5b42c6f96729 (patch)
tree8a476df0f99db2f0e5e4cdcbe766eea158ac2136
parentd798e760d39452c4af9ea704a4ed6fac35936a69 (diff)
Update version number to 2.4.1v2.4.1
Change-Id: I3b05261871da225576a5a81d15d3d593ffcfe2e0 Reviewed-by: Oliver Wolff <oliver.wolff@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 8c29131e..cdbb5f46 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,20 @@
+The Qt Visual Studio Tools version 2.4.1 includes several bug fixes.
+
+Changes
+-------
+ - Fixed QTVSADDINBUG-391: Qt VS Tools no longer works with static builds
+ - Fixed QTVSADDINBUG-496: VS crashes if no Qt version is installed
+ - Fixed QTVSADDINBUG-545: No support for third-party library managers (e.g. vcpkg)
+ - Fixed QTVSADDINBUG-597: Converted projects lose excluded-from-build settings
+ - Fixed QTVSADDINBUG-640: Qt tools not invoked if project includes a "custom build step"
+ - Fixed QTVSADDINBUG-650: Setting the QtInstall property to a path does not work
+ - Fixed QTVSADDINBUG-651: The QtInstall property does not expand macros
+ - Fixed QTVSADDINBUG-653: Build errors when using configuration names containing spaces
+ - Fixed QTVSADDINBUG-657: Projects imported from .pro files lose reference to QtHelp module
+ - Fixed QTVSADDINBUG-658: Build errors in Qt project with pre-compiled headers
+ - Fixed QTVSADDINBUG-661: Selected files build: missing path to uic-generated headers
+
+
The Qt Visual Studio Tools version 2.4.0 implements Qt project settings as MSBuild properties, and
also adds support for Qt Remote Objects.
diff --git a/src/version.targets b/src/version.targets
index 20f3277c..2f46d785 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.0</QtVSToolsVersion>
+ <QtVSToolsVersion>2.4.1</QtVSToolsVersion>
</PropertyGroup>
</Project>