Skip to content

Autogen: Check .moc header name against SKIP list

Sebastian Holtermann requested to merge sebholt/cmake:autogen_kde into master

When encountering an #include "FOO.moc" statement where FOO.hpp was chosen over FOO.cpp as the moc source, the FOO.hpp name was not checked against the moc SKIP list.

Topic-rename: autogen-header-skip

Edited by Brad King

Merge request reports