Question

What is the best way to create a Qt binding to a language that sits on top of LLVM?

Try to parse the Qt header files and generate an interface to C from that, call the C interface from LLVM? Or maybe try to get SWIG to interface Qt? Or is there a better way?

Was it helpful?

Solution

Have you looked at the smoke libraries from KDE? They wrap Qt as well.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top