From kde-commits Thu Feb 14 09:16:37 2013 From: Till Adam Date: Thu, 14 Feb 2013 09:16:37 +0000 To: kde-commits Subject: [kdepim] messagecore/tests: Avoid moc choking on BOOST_JOIN. Message-Id: <20130214091637.C26B4A6091 () git ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=136083340822580 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 { =