Hi JOhn & Nick, On Tue, Mar 23, 2010 at 12:37 PM, Trajce (Nick) Nikolov <[email protected]> wrote: > Hi John, > I had the same issue yesterday. I am not a Qt guru, but the way how I > resolved this issue was by simply removing that file and let it be > regenerated by Qt with the version you are using
Curious. The moc_QGraphicsViewAdapter.cxx is not part of svn/trunk but created by CMake/Moc so it should always be relevant to version of Qt you have, unless the Qt version changes in which case the file would need updating. Perhaps changes to QGraphcsViewAdapter class aren't picked up either, and require a manual update. I've just do a touch incldue/osgQt/QGraphicsViewAdapter and Cmake automatically did update moc_QGraphicsViewAfapter.cxx automatically, but this is when using unix make command, perhaps the WIndows build in VS doesn't support this. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

