Hacker News new | ask | show | jobs
by therecipe 3363 days ago
it's automatically generated against the Qt version you use when you run the setup. the generator is also used to power qtmoc and qtminimal.
2 comments

To clarify myself, I wondered if the wrapper code is generated (like here https://github.com/therecipe/qt/blob/master/websockets/webso...), not the moc-generated code.
yes, the .cpp .h and *.go files are all generated
I couldn't find the source code of that generator. It is not here, right? -> https://github.com/therecipe/qt/
It looks impressive. Thanks.