aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel Costa <miguel.costa@qt.io>2019-08-19 18:22:40 +0200
committerMiguel Costa <miguel.costa@qt.io>2019-08-26 15:22:56 +0000
commit2b4bcaafecdf1750f61e5a30694de557b2941de6 (patch)
tree2052e7f2b5d365f162ba823a67de4f420bdc330d
parent6c509044d0cbfe002803c03c1002025882ac2bf7 (diff)
Update version number to 2.4.0v2.4.0
Change-Id: I34b0b41d3031dfd023d0fe7a22d0f1a86002efa0 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
-rw-r--r--Changelog11
-rw-r--r--src/version.targets2
2 files changed, 12 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 185a6e04..8c29131e 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,14 @@
+The Qt Visual Studio Tools version 2.4.0 implements Qt project settings as MSBuild properties, and
+also adds support for Qt Remote Objects.
+
+Changes
+-------
+ - Qt settings are now stored as fully fledged MSBuild properties (QTVSADDINBUG-575)
+ - Added support for Qt Remote Objects (QTVSADDINBUG-585)
+ - Fixed QTVSADDINBUG-598: Cannot export library projects to .pro files
+ - Fixed QTVSADDINBUG-632: Include path out-of-sync between moc and C++ compiler
+
+
The Qt Visual Studio Tools version 2.3.2 contains several bug fixes.
Changes
diff --git a/src/version.targets b/src/version.targets
index 149ea555..20f3277c 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.3.2</QtVSToolsVersion>
+ <QtVSToolsVersion>2.4.0</QtVSToolsVersion>
</PropertyGroup>
</Project>