From 5db9675db849f97222e5751b24d3a68130de7dca 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 --- Installation/include/CGAL/config.h | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/Installation/include/CGAL/config.h b/Installation/include/CGAL/config.h index 8826f712c0e..721af2b834e 100644 --- a/Installation/include/CGAL/config.h +++ b/Installation/include/CGAL/config.h @@ -49,6 +49,33 @@ // 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