Thanks Laurence, changes look good, now merged and submitted to svn/trunk.

On Sat, Jan 23, 2010 at 5:13 AM, Laurence Muller
<[email protected]> wrote:
> Hi all,
>
> 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})
>
> It should now compile just fine.
>
> Kind regards,
> - Laurence Muller
>
>
> _______________________________________________
> 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

Reply via email to