Rex Dieter 44cdae5
diff -up qt-everywhere-opensource-src-4.8.7/src/tools/moc/main.cpp.QTBUG-22829 qt-everywhere-opensource-src-4.8.7/src/tools/moc/main.cpp
Rex Dieter d9b191b
--- qt-everywhere-opensource-src-4.8.7/src/tools/moc/main.cpp.QTBUG-22829	2015-05-07 09:14:44.000000000 -0500
Rex Dieter d9b191b
+++ qt-everywhere-opensource-src-4.8.7/src/tools/moc/main.cpp	2016-12-08 12:32:46.638962448 -0600
Rex Dieter d9b191b
@@ -188,8 +188,12 @@ int runMoc(int _argc, char **_argv)
Rex Dieter ace1f8c
     pp.macros["Q_MOC_RUN"];
Rex Dieter ace1f8c
     pp.macros["__cplusplus"];
Rex Dieter ace1f8c
 
Rex Dieter ace1f8c
-    // Workaround a bug while parsing the boost/type_traits/has_operator.hpp header. See QTBUG-22829
Rex Dieter ace1f8c
+    // Workaround a bugs while parsing some boost headers. See QTBUG-22829 
Rex Dieter ace1f8c
     pp.macros["BOOST_TT_HAS_OPERATOR_HPP_INCLUDED"];
Rex Dieter ace1f8c
+    pp.macros["BOOST_LEXICAL_CAST_INCLUDED"];
Rex Dieter 7d0674c
+    pp.macros["BOOST_NEXT_PRIOR_HPP_INCLUDED"];
Rex Dieter 44cdae5
+    pp.macros["BOOST_TYPE_TRAITS_HPP"];
Rex Dieter a1e7be5
+    pp.macros["_SYS_SYSMACROS_H_OUTER"];
Rex Dieter ace1f8c
 
Rex Dieter ace1f8c
     QByteArray filename;
Rex Dieter ace1f8c
     QByteArray output;