autogen_executables.rst 398 B

123456789
  1. AUTO*_EXECUTABLE
  2. ----------------
  3. * The :prop_tgt:`AUTOMOC_EXECUTABLE`, :prop_tgt:`AUTORCC_EXECUTABLE` and
  4. :prop_tgt:`AUTOUIC_EXECUTABLE` target properties all take a path to an
  5. executable and force automoc/autorcc/autouic to use this executable.
  6. Setting these will also prevent the configure time testing for these
  7. executables. This is mainly useful when you build these tools yourself.