diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2017-02-25 13:37:09 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-03-02 14:10:02 (GMT) |
commit | 5adf22bbd23185808dc3295766b25b4aa15e1612 (patch) | |
tree | ed6c9c7e6e2e6813858ebc2aa58e05604837a513 /Help | |
parent | 36fa535d922f891deed4333b30ddbf429291ca06 (diff) | |
download | CMake-5adf22bbd23185808dc3295766b25b4aa15e1612.zip CMake-5adf22bbd23185808dc3295766b25b4aa15e1612.tar.gz CMake-5adf22bbd23185808dc3295766b25b4aa15e1612.tar.bz2 |
Autogen: Add AUTOUIC_SEARCH_PATHS release notes
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/Autogen_uic_paths.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Help/release/dev/Autogen_uic_paths.rst b/Help/release/dev/Autogen_uic_paths.rst new file mode 100644 index 0000000..0893194 --- /dev/null +++ b/Help/release/dev/Autogen_uic_paths.rst @@ -0,0 +1,10 @@ +AutoGen uic paths +----------------- + +* Variable :variable:`CMAKE_AUTOUIC_SEARCH_PATHS` was introduced to + allow :variable:`CMAKE_AUTOUIC` to search for ``foo.ui`` in more + places than the vicinity of the ``ui_foo.h`` including file. + +* The new target property :prop_tgt:`AUTOUIC_SEARCH_PATHS` was introduced to + allow :prop_tgt:`AUTOUIC` to search for ``foo.ui`` in more + places than the vicinity of the ``ui_foo.h`` including file. |