[osg-users] osgQt versioning problem
Jannik Heller
scrawl at baseoftrash.de
Fri Jun 12 12:58:52 PDT 2015
On second thought, I'm not sure how this solution would interact with the MOC (QT meta object compiler). osgQt::QGraphicsViewAdapter is a Q_OBJECT, meaning the MOC needs to run on it and produce an object file. If we move all code to the headers, then it would fall on the users responsibility to make sure they run the MOC on osg-headers. That's not too optimal.
------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=64079#64079
More information about the osg-users
mailing list