mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 12:49:36 -06:00
11 lines
437 B
ReStructuredText
11 lines
437 B
ReStructuredText
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.
|