Skip to content
Commit aac22fea authored by Kevin Funk's avatar Kevin Funk
Browse files

New porting helper: convert-to-cmake-automoc.pl

As the name suggests, this helper tries to port cpp files to CMake's
automoc. It attempts to remove files such as '#include "<basename>.moc"'
from cpp files where it can, and includes '#include
"moc_<basename>.cpp"' as fallback.

More information inside the documentation of the script

REVIEW: 121991
parent 428b9191
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment