higan-emu / higan

higan is a multi-system emulator focused on accuracy, preservation, and configurability.
Other
1.19k stars 112 forks source link

hiro: qt.moc should be generated at build time, not committed to the repo. #111

Closed Screwtapello closed 4 years ago

Screwtapello commented 4 years ago

Every system that has a Qt development environment should have the matching moc tool, and having a qt.moc built by the wrong version of the moc tool causes problems.

Screwtapello commented 4 years ago

Note that the CI checks won't test this, because they only build the default hiro backend on each platform, and Qt isn't the default anywhere. I promise it works on my machine, though! ;)