OpenSceneGraph/examples/osgQtBrowser
Robert Osfield 865eb1df2f From Laurence Muller, "attached the CMakeList.txt to fix the issue described in: http://lists.openscenegraph.org/pipermail/osg-users-openscenegraph.org/2010-January/037792.html
Issue:
osgQtBrowser fails to compile because it can not find the QTCore header files

Fix:
Add the QT_QTCORE_INCLUDE_DIR to the CMakeList.txt file

Patch:
...\OpenSceneGraphSVN\examples\osgQtBrowser\CMakeLists.txt
change (line 17): INCLUDE_DIRECTORIES(${QT_INCLUDE_DIR} )
to (line 17): INCLUDE_DIRECTORIES(${QT_INCLUDE_DIR} ${QT_QTCORE_INCLUDE_DIR})
"
2010-01-26 15:37:26 +00:00
..
CMakeLists.txt From Laurence Muller, "attached the CMakeList.txt to fix the issue described in: http://lists.openscenegraph.org/pipermail/osg-users-openscenegraph.org/2010-January/037792.html 2010-01-26 15:37:26 +00:00
osgQtBrowser.cpp Introduced new osgQtBrowser example. 2009-09-17 13:40:53 +00:00
QGraphicsViewAdapter.cpp Fixed warnings 2009-12-14 12:49:59 +00:00
QGraphicsViewAdapter.h Fixed warnings 2009-12-14 12:49:59 +00:00
QWebViewImage.cpp Introduced new osgQtBrowser example. 2009-09-17 13:40:53 +00:00
QWebViewImage.h Introduced new osgQtBrowser example. 2009-09-17 13:40:53 +00:00