I've confirmed that the QT4_WRAP_CPP( snark_graphics_qt3d_moc ${dir}/view.h OPTIONS -DBOOST_TT_HAS_OPERATOR_HPP_INCLUDED ) workaround is being called within CMake for the correct version of Qt, but don't know how the MOC and moc_view.cxx stuff works to know really where to look further than this...
It looks like #29 has resurfaced for me in some form...
Ubuntu 15.10 Boost 1.58.0 CMake 3.2.2 Qt4.8.6
I've confirmed that the
QT4_WRAP_CPP( snark_graphics_qt3d_moc ${dir}/view.h OPTIONS -DBOOST_TT_HAS_OPERATOR_HPP_INCLUDED )
workaround is being called within CMake for the correct version of Qt, but don't know how the MOC and moc_view.cxx stuff works to know really where to look further than this...