mirror of https://github.com/CGAL/cgal
Typo in the macro Q_MOC_RUN
This commit is contained in:
parent
76f6503a3f
commit
a8988af6a7
|
|
@ -40,7 +40,7 @@
|
||||||
|
|
||||||
// Workaround to the following bug:
|
// Workaround to the following bug:
|
||||||
// https://bugreports.qt.nokia.com/browse/QTBUG-22829
|
// 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
|
// When Qt moc runs on CGAL files, do not process
|
||||||
// <boost/type_traits/has_operator.hpp>
|
// <boost/type_traits/has_operator.hpp>
|
||||||
# define BOOST_TT_HAS_OPERATOR_HPP_INCLUDED
|
# define BOOST_TT_HAS_OPERATOR_HPP_INCLUDED
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue