AUTORCC_EXECUTABLE.rst 652 B

1234567891011121314151617
  1. AUTORCC_EXECUTABLE
  2. ------------------
  3. .. versionadded:: 3.14
  4. ``AUTORCC_EXECUTABLE`` is file path pointing to the ``rcc``
  5. executable to use for :prop_tgt:`AUTORCC` enabled files. Setting
  6. this property will make CMake skip the automatic detection of the
  7. ``rcc`` binary as well as the sanity-tests normally run to ensure
  8. that the binary is available and working as expected.
  9. Usually this property does not need to be set. Only consider this
  10. property if auto-detection of ``rcc`` can not work -- e.g. because
  11. you are building the ``rcc`` binary as part of your project.
  12. See the :manual:`cmake-qt(7)` manual for more information on using CMake
  13. with Qt.