On 6/18/07, Oleg Dedkow <[EMAIL PROTECTED]> wrote:
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.
You should not need to modify the CMakeLists.txt, rather just set up the variables appropriately witihin CMakeSetup should be all that is required. As a general note, unfortunately CMake itself needs to be told a bit more under Windows than under other platforms as there is no standard install paths for library and headers. Robert. _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
