aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorMiguel Costa <miguel.costa@qt.io>2018-03-27 13:20:38 +0200
committerMiguel Costa <miguel.costa@qt.io>2018-04-17 13:52:57 +0000
commitab3e2ea83a81f9742b5cc356c81e2977af9c2f87 (patch)
treeb7a7aa2e291245d49ab21df98ecbda3d2e5088af /Changelog
parent707528ad7dfdac049d6feb16920605ff9de4524f (diff)
Update version number to 2.2.1v2.2.1
Change-Id: Ie3981b2c9aa4941d3485cca346368b8c86d09520 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog26
1 files changed, 26 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 9ad82199..d9c76b65 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,29 @@
+The Qt Visual Studio Tools version 2.2.1 contains several bug fixes.
+
+Changes
+-------
+- Fixed QTVSADDINBUG-509: Noticeable delays when saving any .cpp file in larger projects created
+ with previous versions of the Qt VS Tools
+- Fixed QTVSADDINBUG-510: Errors converting .pro files with long INCLUDEPATH definitions
+- Fixed QTVSADDINBUG-511: Incorrect usage of $(IntDir) in the definition of QtWorkFilePath
+- Fixed QTVSADDINBUG-512: PrecompiledHeaders.h include missing in moc after adding new class
+- Fixed QTVSADDINBUG-514: Quotes removed from preprocessor definition
+- Fixed QTVSADDINBUG-515: Visual Studio unresponsive while Converting custom build to Qt/MSBuild
+- Fixed QTVSADDINBUG-520: Delay when starting build in solutions with many projects/configurations
+- Fixed QTVSADDINBUG-521: Unable to use Qt version if it was built with -qtlibinfix
+- Fixed QTVSADDINBUG-522: Duplicating defines and include paths from moc in the C++ dynamic source
+- Fixed QTVSADDINBUG-523: Qt VS Tools stopped working with static builds
+- Fixed QTVSADDINBUG-530: When a file includes the generated moc output for a header file as well
+ as its own generated moc output then it will fail to build
+- Fixed QTVSADDINBUG-531: Project not being built when a .uic or .qrc file is changed
+- Fixed QTVSADDINBUG-532: Delay when continuing execution after hitting breakpoint
+- Fixed QTVSADDINBUG-533: Errors in conversion to Qt/MSBuild when using MOC_DIR or the '@' option
+- Fixed QTVSADDINBUG-534: Problems with inheritance of properties defined in property sheets.
+- Fixed QTVSADDINBUG-535: Problems with incremental build
+- Fixed QTVSADDINBUG-537: Delay after changing C++ properties in large project
+- Fixed QTVSADDINBUG-538: Incorrect escaping of paths in command line strings
+
+
The Qt Visual Studio Tools version 2.2.0 is the first official release of the Visual Studio add-in
for Visual Studio 2017, 2015 and 2013.