Autogen_uic_paths.rst 437 B

12345678910
  1. AutoGen uic paths
  2. -----------------
  3. * Variable :variable:`CMAKE_AUTOUIC_SEARCH_PATHS` was introduced to
  4. allow :variable:`CMAKE_AUTOUIC` to search for ``foo.ui`` in more
  5. places than the vicinity of the ``ui_foo.h`` including file.
  6. * The new target property :prop_tgt:`AUTOUIC_SEARCH_PATHS` was introduced to
  7. allow :prop_tgt:`AUTOUIC` to search for ``foo.ui`` in more
  8. places than the vicinity of the ``ui_foo.h`` including file.