From 2b68d17cabfc1a62a297754d6453fb5e8be0f30c Mon Sep 17 00:00:00 2001 From: Daniel Elstner Date: Fri, 4 Sep 2015 16:02:03 +0200 Subject: [PATCH] Build: Fix build with Qt 4 moc --- pv/util.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pv/util.hpp b/pv/util.hpp index 5be37903..1cf2fe54 100644 --- a/pv/util.hpp +++ b/pv/util.hpp @@ -23,7 +23,9 @@ #include +#ifndef Q_MOC_RUN #include +#endif #include #include -- 2.30.2