Hi Oleg,

Your suggestions worked.  Thanks!

Maya



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

QT_INCLUDE_DIR should be set properly. This option is needed to build the 'osgviewerQT' example application


Oleg

_________________________________________________________________
Make every IM count. Download Messenger and join the i’m Initiative now. It’s free. http://im.live.com/messenger/im/home/?source=TAGHM_June07

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

Reply via email to