Hi Don, Right now osgQt::QGraphicsViewAdapter/QWidgetImage don't require QWebKit, it's purely the QWebViewImage that requires it, so the basic functionality is there but it's simply that osgQt always builds QWebViewImage so this is where the requirement comes in.
osgQt could potentially be built so that QWebViewImage is optional depending on the availability of QWebKit, or perhaps a more convenient approach would be to move the implementation of the QWebViewImage entirely into the include/osgQt/QWebViewImage header. Implementating everything in the header would mean that osgQt library itself wouldn't ever need to build against QWebkit, only applications like osgQtBrowser would require QWebKit. I'll have a tinker to see how straight forward this is. Robert. On Fri, May 21, 2010 at 10:22 PM, Don Leich <[email protected]> wrote: > Hi J-S, Martin, > > I'm interested in giving your recent Qt/OSG integration a workout here and > at least contribute some testing. I haven't been able to build osgQtBrowser > since we're running Qt-4.4.3 without the optional QtWebKit. It looked like > part of what you've done recently was to make add QWidgetImage class which > appears a bit more generic than QWebViewImage. > > Does this sound about right? Will the QtWebKit classes, perhaps with a > little > hacking, not be a requirement? > > -Don Leich > > =0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0= > > Donald Leich Mailto:[email protected] > Senior Software Developer Voice: 201-460-4700 ext: 215 > Intelligent Light FAX: 201-460-0221 > 301 Route 17 North, 7th Floor > Rutherford, NJ 07070-2575 > > Visit our web site at http://www.ilight.com > =0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0= > > _______________________________________________ > osg-submissions mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org > _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
