aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>