Typo in the macro Q_MOC_RUN

This commit is contained in:
Laurent Rineau 2012-01-26 13:22:08 +00:00
parent 76f6503a3f
commit a8988af6a7
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
// Workaround to the following bug:
// https://bugreports.qt.nokia.com/browse/QTBUG-22829
#ifdef QT_MOC_RUN
#ifdef Q_MOC_RUN
// When Qt moc runs on CGAL files, do not process
// <boost/type_traits/has_operator.hpp>
# define BOOST_TT_HAS_OPERATOR_HPP_INCLUDED