summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-02-04 20:45:25 (GMT)
committerBrad King <brad.king@kitware.com>2015-02-05 13:43:23 (GMT)
commitd81bbc3fcee81bf0538c139637e0344c9fcad40a (patch)
treea1f07518a72759a9fd0a7ac30cc68c1f77c12217 /Help
parent0f38d9c2ad53631185da9aa7d0f50b5816272a55 (diff)
downloadCMake-d81bbc3fcee81bf0538c139637e0344c9fcad40a.zip
CMake-d81bbc3fcee81bf0538c139637e0344c9fcad40a.tar.gz
CMake-d81bbc3fcee81bf0538c139637e0344c9fcad40a.tar.bz2
Help: Add 3.2 release note for AUTORCC dependency tracking
Diffstat (limited to 'Help')
-rw-r--r--Help/release/3.2.0.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/release/3.2.0.rst b/Help/release/3.2.0.rst
index d1be27e..5b12163 100644
--- a/Help/release/3.2.0.rst
+++ b/Help/release/3.2.0.rst
@@ -211,6 +211,10 @@ Other
* Microsoft Visual Studio (``MSVC``) for versions 2010 through 2015.
* Oracle SolarisStudio (``SunPro``) version 12.4.
+* The :ref:`Qt AUTORCC` feature now tracks files listed in ``.qrc`` files
+ as dependencies. If an input file to the ``rcc`` tool is changed, the tool
+ is automatically re-run.
+
New Diagnostics
===============