... sorry, in my last mail I accidentally hit "send" -- Now I successfully built the qtbrowserplugin-examples (grapher and trivial) on Mac and Win. Furthermore, I created an html-page that embeds the plugins. Let's start with the trivial-example:
OSX-Firefox: I put it into the /Library/Internet plugins folder and it finally appears in my firefox plugin list. When I launch the html page the browser recognized the plugin and that it is built in Carbon 32-Bit mode. So far it looks allright, however, then the browser crashes. OSX-Safari: The plugin does not show up in the plugin list -- do I have to choose another way of installing it ? If so, how ? Win-Firefox: Here the build generates a dll but I don't know how to make firefox recognize it as a plugin. With Chrome I faild integrating the plugin on either OS. Any help appreciated, thanks Alex -------- Original-Nachricht -------- > Datum: Mon, 03 Sep 2012 09:21:37 +0200 > Von: "Alexander Carôt" <[email protected]> > An: "Alexander Carôt" <[email protected]>, [email protected], > [email protected] > Betreff: Re: [Interest] qtbrowserplugin > > -------- 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 > > > -- 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
