coin3d / soqt

Old Coin GUI binding for Qt, replaced by Quarter
BSD 3-Clause "New" or "Revised" License
22 stars 17 forks source link

Fixed moc issue with conditional compilation for QT_VERSION. #36

Closed VolkerEnderlein closed 4 years ago

VolkerEnderlein commented 4 years ago

Original pull request by Volker Enderlein (Bitbucket: VolkerEnderlein, GitHub: VolkerEnderlein).


MOC does not evaluate conditional compilation in headers without the conditional properly defined. This leads later to the message "No such slot SoQtGLWidgetP::gl_changed()". Removed the conditional compilation as it seems not to be required.