Associating Qt with LLVM

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 the C interface on it, call the C interface from LLVM? Or maybe try to get a SWIG for the Qt interface? Or is there a better way?

+5
source share
1 answer

Have you looked at the smoke libraries from KDE? They also complete Qt.

+4
source

All Articles