Skip to content

Don't skip automoc for DBus interfaces

Nicolas Fella requested to merge work/nico/automoc into master

Qt 6.5 adds moc includes to the generated code, which will result in build errors if the moc files aren't actually generated

See https://bugreports.qt.io/browse/QTBUG-103313

CC teams/frameworks-devs/kf6-workboard#24

Merge request reports