Actions
Task #206
closedPort moc includes to new CMake's AUTOMOC feature.
Description
Recent CMake has a new AUTOMOC feature which produces warnings with current
#include "<basename>.moc"
All instances need to be ported to "moc_<basename>.cpp" for AUTOMOC to work.
Updated by Felix Tiede over 7 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
Applied in changeset kca|50ddbe91f0e324979d0f6f08d4f84d1adbe99cd5.
Actions