From 2774fd8af75ad5a1f412d6e72493de438ce2b8ae Mon Sep 17 00:00:00 2001 From: Renato Filho Date: Thu, 26 Aug 2010 18:12:45 -0300 Subject: Fixed Mac OS build Fix parser of QApplication header. Fixes bug #318 Reviewer: Luciano Wolf Hugo Parente Lima --- PySide/global.h.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'PySide/global.h.in') diff --git a/PySide/global.h.in b/PySide/global.h.in index ef8542473..402de4e09 100644 --- a/PySide/global.h.in +++ b/PySide/global.h.in @@ -348,6 +348,8 @@ QT_END_HEADER #include #if @ENABLE_MAC@ || @ENABLE_WIN@ + // Workaround to parse the QApplication header + #define Q_INTERNAL_QAPP_SRC #undef qdoc #endif #include -- cgit v1.2.3