Added #include <QtWebKit/QtWebKit>

This commit is contained in:
Robert Osfield 2010-06-02 18:09:34 +00:00
parent bac4cfe3d5
commit 363736303e

View File

@ -17,6 +17,8 @@
// make sure this header isn't built as par of osgQt, leaving it to applications to build // make sure this header isn't built as par of osgQt, leaving it to applications to build
#if !defined(OSGQT_LIBRARY) && !defined(OSG_LIBRARY_STATIC) #if !defined(OSGQT_LIBRARY) && !defined(OSG_LIBRARY_STATIC)
#include <QtWebKit/QtWebKit>
#include <osgWidget/Browser> #include <osgWidget/Browser>
#include <osgQt/QGraphicsViewAdapter> #include <osgQt/QGraphicsViewAdapter>