Open GoogleCodeExporter opened 9 years ago
I can reproduce this.
Archlinux, GCC 4.8.1, QT 4.8.5.
Original comment by clemens-...@gmx.de
on 2 Sep 2013 at 6:53
quick hack which works-for-me
diff --git a/src/Utils/src/Version.cpp b/src/Utils/src/Version.cpp
index a41116b..de4b2de 100644
--- a/src/Utils/src/Version.cpp
+++ b/src/Utils/src/Version.cpp
@@ -18,10 +18,14 @@
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-#include <QtCore/QString>
#include <QtCore/QRegExp>
#include "Version.h"
+// see https://bugzilla.redhat.com/show_bug.cgi?id=130601
+#undef major
+#undef minor
+#undef subminor
+
class VersionPrivate
{
public:
Original comment by yarpe...@gmail.com
on 7 Jan 2014 at 9:20
Original issue reported on code.google.com by
marcus.h...@kitware.com
on 29 Jan 2013 at 7:27