yeh, to solve this i just manually cut out the whole chunk, which was on my 
machine:


Code:
#if !defined(Q_MOC_OUTPUT_REVISION)
#error "The header file 'QGraphicsViewAdapter' doesn't include <QObject>."
#elif Q_MOC_OUTPUT_REVISION != 62
#error "This file was generated using the moc from 4.7.0. It"
#error "cannot be used with the include files from this version of Qt."
#error "(The moc has changed too much.)"
#endif



and simply replaced with: 


Code:
#include <osgQT/QGraphicsViewAdapter>



I am also on a windows machine and tried deleting the generated files, 
rerunning Cmake, etc... without success. What I did worked however.

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=33789#33789





_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to