PDA

View Full Version : Wrapping Qt


OlivierREVOL
27th June 2008, 09:52
Hello,

I want to wrap an application written in C++ programming (calling Qt), and I have a tool name SWIG for that. But SWIG doesn't reconize Q_OBJECT.

Is it possible to wrap C++ programming using Qt with SWIG?


PS:I test an other tool SIP which reconize Qt objects but if it is possible to use SWIG for Qt I prefer.

Thanks for yours answers