Skip to content
  • Matthew Woehlke's avatar
    Qt4Macros: Don't AUTOMOC or AUTOUIC qt4-generated files · 9672d81c
    Matthew Woehlke authored and Brad King's avatar Brad King committed
    Suppress AUTOMOC and AUTOUIC on files generated by Qt4 wrapping macros;
    particularly, those generated by `qt4_wrap_cpp`, `qt4_wrap_ui`, and
    `qt4_add_resources`.  None of these should need AUTOMOC or AUTOUIC
    treatment, and CMP0071 makes it important to mark this explicitly.
    9672d81c