diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-02-04 20:45:25 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-02-05 13:43:23 (GMT) |
commit | d81bbc3fcee81bf0538c139637e0344c9fcad40a (patch) | |
tree | a1f07518a72759a9fd0a7ac30cc68c1f77c12217 /Help | |
parent | 0f38d9c2ad53631185da9aa7d0f50b5816272a55 (diff) | |
download | CMake-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.rst | 4 |
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 =============== |