From e08c28727c589d6216ee0b43905c79fb8207d6e6 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Mon, 19 Jan 2015 17:54:26 +0100 Subject: [PATCH] Add #defines to trick moc (cherry picked from commit 5db9675db849f97222e5751b24d3a68130de7dca) Conflicts: Installation/include/CGAL/config.h --- Installation/include/CGAL/config.h | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/Installation/include/CGAL/config.h b/Installation/include/CGAL/config.h index 2f44dc8c77b..3355e334af4 100644 --- a/Installation/include/CGAL/config.h +++ b/Installation/include/CGAL/config.h @@ -49,6 +49,36 @@ // When Qt moc runs on CGAL files, do not process // # define BOOST_TT_HAS_OPERATOR_HPP_INCLUDED +# define BOOST_TT_HAS_BIT_AND_ASSIGN_HPP_INCLUDED +# define BOOST_TT_HAS_BIT_OR_HPP_INCLUDED +# define BOOST_TT_HAS_BIT_OR_ASSIGN_HPP_INCLUDED +# define BOOST_TT_HAS_BIT_XOR_HPP_INCLUDED +# define BOOST_TT_HAS_BIT_XOR_ASSIGN_HPP_INCLUDED +# define BOOST_TT_HAS_DIVIDES_HPP_INCLUDED +# define BOOST_TT_HAS_DIVIDES_ASSIGN_HPP_INCLUDED +# define BOOST_TT_HAS_EQUAL_TO_HPP_INCLUDED +# define BOOST_TT_HAS_GREATER_HPP_INCLUDED +# define BOOST_TT_HAS_GREATER_EQUAL_HPP_INCLUDED +# define BOOST_TT_HAS_LEFT_SHIFT_HPP_INCLUDED +# define BOOST_TT_HAS_LEFT_SHIFT_ASSIGN_HPP_INCLUDED +# define BOOST_TT_HAS_LESS_HPP_INCLUDED +# define BOOST_TT_HAS_LESS_EQUAL_HPP_INCLUDED +# define BOOST_TT_HAS_LOGICAL_AND_HPP_INCLUDED +# define BOOST_TT_HAS_LOGICAL_OR_HPP_INCLUDED +# define BOOST_TT_HAS_MINUS_HPP_INCLUDED +# define BOOST_TT_HAS_MINUS_ASSIGN_HPP_INCLUDED +# define BOOST_TT_HAS_MODULUS_HPP_INCLUDED +# define BOOST_TT_HAS_MODULUS_ASSIGN_HPP_INCLUDED +# define BOOST_TT_HAS_MULTIPLIES_HPP_INCLUDED +# define BOOST_TT_HAS_MULTIPLIES_ASSIGN_HPP_INCLUDED +# define BOOST_TT_HAS_NOT_EQUAL_TO_HPP_INCLUDED +# define BOOST_TT_HAS_PLUS_HPP_INCLUDED +# define BOOST_TT_HAS_PLUS_ASSIGN_HPP_INCLUDED +# define BOOST_TT_HAS_RIGHT_SHIFT_HPP_INCLUDED +# define BOOST_TT_HAS_RIGHT_SHIFT_ASSIGN_HPP_INCLUDED +// do not include either +// it includes +# define BOOST_RANDOM_HPP #endif // The following header file defines among other things BOOST_PREVENT_MACRO_SUBSTITUTION