Skip to content

Autogen: Allow setting SKIP_AUTOUIC/GEN on .ui files not in the sources

Sebastian Holtermann requested to merge sebholt/cmake:autogen-skip-ui into master

Fixes SKIP_AUTOUIC and SKIP_AUTOGEN being ignored when set on a .ui file that is not in the target sources.

Also extends the documentation of

  • (CMAKE_)AUTORCC_OPTIONS
  • (CMAKE_)AUTOUIC_OPTIONS
  • SKIP_AUTOUIC

Merge request reports