-------- Original-Nachricht -------- > Datum: Sat, 01 Sep 2012 13:52:38 +0200 > Von: "Alexander Carôt" <[email protected]> > An: Thiago Macieira <[email protected]>, [email protected] > Betreff: Re: [Interest] qtbrowserplugin
> > On sexta-feira, 31 de agosto de 2012 16.34.41, Alexander Carôt wrote: > > > ../../src/qtbrowserplugin.h: In member function ‘QStringList > > > QtNPClass<T>::mimeTypes() const’: ../../src/qtbrowserplugin.h:114: > > error: > > > invalid use of incomplete type ‘struct QMetaClassInfo’ > > > /Library/Frameworks/QtCore.framework/Headers/qobjectdefs.h:246: error: > > > forward declaration of ‘struct QMetaClassInfo’ > > > > #include <qmetaobject.h> > > Thanks - it works ! Finally it compiled but it recognized lots of > undefined symbols. Explicitly linking with the carbon lib solved the problem. > > libs += -framework Carbon > > As a next step I will work on the plugin integration. > > Best > > Alex > > > > > > > > > -- > http://www.carot.de > http://www.triologue.de > Email : [email protected] > Tel.: +49 (0)177 5719797 > > > > _______________________________________________ > Interest mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/interest -- http://www.carot.de http://www.triologue.de Email : [email protected] Tel.: +49 (0)177 5719797 _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
