Comment on Show HN: Qt binding for Go with support for all major operating systemsparentComments−therecipeOP9yit's automatically generated against the Qt version you use when you run the setup. the generator is also used to power qtmoc and qtminimal.−mike_ivanov9yTo 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.−therecipeOP9yyes, the .cpp .h and *.go files are all generated−mike_ivanov9yI couldn't find the source code of that generator. It is not here, right? -> https://github.com/therecipe/qt/−therecipeOP9yit's in the internal package: https://github.com/therecipe/qt/tree/master/internal/binding−mike_ivanov9yIt looks impressive. Thanks.
Comments
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.
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's in the internal package: https://github.com/therecipe/qt/tree/master/internal/binding
It looks impressive. Thanks.