Git commit 539d36e09e4249a3387cc75cd9cfc321d5536cd2 by Till Adam. Committed on 13/02/2013 at 23:29. Pushed by tilladam into branch 'master'. Avoid moc choking on BOOST_JOIN. M +2 -0 messagecore/tests/util.h http://commits.kde.org/kdepim/539d36e09e4249a3387cc75cd9cfc321d5536cd2 diff --git a/messagecore/tests/util.h b/messagecore/tests/util.h index b2cbd03..b7da738 100644 --- a/messagecore/tests/util.h +++ b/messagecore/tests/util.h @@ -23,7 +23,9 @@ = #include #include +#ifndef Q_MOC_RUN #include +#endif = namespace MessageCore { =