Alberto: yes, infact SDL and GLUT osgviewers were correctly compiled among the other examples, unlike osgviewerQT. I even tried updating cmake to the last version (2.4.7) with no results.
Robert: I have both Qt3 and Qt4 installed under Linux, infact in the beginning cmake picks up the Qt3 include dir for QT_INCLUDE_DIR while picking up the correct Qt4 paths for all the other variables like QT_LIB_DIR etc. so in a way it seems that the configuration tends to prefer Qt3. Under WinXP I have only Qt4 and there it simply doesn't pick any QT_INCLUDED_DIR, maybe cmake is looking for something particular (which doesn't find) to recognise that directory. Strangely enough cmake DOES recognise for example QT_CORE_INCLUDE_DIR and QT_DESIGNER_INCLUDE_DIR which are subdirectories of QT_INCLUDE_DIR, still, interestingly, is unable to recognise QT_GUI_INCLUDE_DIR. -Mike _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

