Hi Maya,

try to set valid QTDIR environment variable and modify manually 'CMakeLists.txt' in 'examples' directory. I had to add the following lines

IF   (QT4_FOUND)
           ADD_SUBDIRECTORY(osgviewerQT)
ENDIF(QT4_FOUND)

to 'examples\CMakeLists.txt'. You can ignore all of the *DIR-NOTFOUND options. They are not needed to build the osgviewerQT example application.

Oleg

maya leonard schrieb:
Hi

Has anybody had any success getting osgviewerQT Visual Studio Project Files generated when using Cmake?

With the advance options button off, the qt4 setttings are correct. When I look at the advanced options a few options such as QT_INCLUDE_DIR-NOTFOUND, QT_QT3SUPPORT_INCLUDE_DIR-NOTFOUND are not found. I have corrected these values but the cmake process does not generate the Visual Studio project file for osgviewerQT.

I'm using the latest SVN of OSG and Qt 4.3.0...

Thanks
Maya

_________________________________________________________________
Get a preview of Live Earth, the hottest event this summer - only on MSN http://liveearth.msn.com?source=msntaglineliveearthhm

_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/


_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to