I encountered the same problem too, after I manually set the QT_INCLUDE_DIR(which is not found by CMake originally), I hit the "Configure" button, after it finished, the OK(generate) button is still gray, and I check the QT_INCLUDE_DIR again, it turns back to NOT_FOUND, I tried several times and got no lucky.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Osfield Sent: Tuesday, June 19, 2007 5:16 PM To: osg users Subject: Re: [osg-users] Visual Studio Project Files with Cmake and qt4 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/ _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
