Hacker News new | ask | show | jobs
by ailideex 2369 days ago
I was trying to figure out how to do MOC from gnu make when I came across this, the only other option I saw was to run qmake and then run that generated makefile from my makefile. Of those two options verdigris seemed to be the better choice to me.
2 comments

Thanks, I guess I should have kept on looking.
CMake also has automoc built-in. You need to do next to nothing for moc support with CMake.