[Qt-jambi-interest] Fwd: Re: Problems building the generator examples

2011-02-24 Thread Samu Voutilainen
Forgot the mailing list...--- Begin Message --- Yup. You need to specify all classes you need in global.h. Like Jambi does, with #include . It is somewhat also order dependent, so you may need to specify it before your classes. Or may not, who knows. Since those classes aren’t specified, it is

Re: [Qt-jambi-interest] Fwd: Re: Problems building the generator examples

2011-02-26 Thread Poalo Pacussi
Hi guys, I've reduced my testing set to one single class, QNativeWidgetTest.cpp. Basically it is an QWidget which contains a horizontal layout and a QLabel. It provides a public method setLabel(QString string). I ran the generator with the files below. It shows [generator] Reading file: global.h

Re: [Qt-jambi-interest] Fwd: Re: Problems building the generator examples

2011-02-27 Thread Samu Voutilainen
Could you provide this as compilable example (with commands you used) for me? Or rather, create a ticket about it: http://redmine.smar.fi/projects/qtjambi/issues/new On Saturday 26 February 2011 16:32:06 Poalo Pacussi wrote: > Hi guys, > > I've reduced my testing set to one single class, QNativ