From 73cb825cd11155819bb2ccdab1f60e7890f20c1e Mon Sep 17 00:00:00 2001
From: Norihiro Watanabe <norihiro.watanabe@ufz.de>
Date: Tue, 27 Sep 2016 15:03:58 +0200
Subject: [PATCH] specify Qt version making the trouble

---
 MathLib/MathTools.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MathLib/MathTools.h b/MathLib/MathTools.h
index acad2be799d..8d882e911e7 100644
--- a/MathLib/MathTools.h
+++ b/MathLib/MathTools.h
@@ -17,7 +17,7 @@
 #include <omp.h>
 #endif
 
-#ifndef Q_MOC_RUN // to avoid Qt bug, https://bugreports.qt.io/browse/QTBUG-22829
+#ifndef Q_MOC_RUN // to avoid Qt4 bug, https://bugreports.qt.io/browse/QTBUG-22829
 #include <boost/math/constants/constants.hpp>
 #endif
 
-- 
GitLab