Ticket #46606: qconfig-remove-EXCEPTIONS.diff
File qconfig-remove-EXCEPTIONS.diff, 519 bytes (added by RJVB (René Bertin), 10 years ago) |
---|
-
QtCore.framework/Headers/
old new 74 74 # define QT_NO_EGL 75 75 #endif 76 76 77 #if defined(QT_NO_EXCEPTIONS) && defined(QT_EXCEPTIONS)78 # undef QT_NO_EXCEPTIONS79 #elif !defined(QT_NO_EXCEPTIONS) && !defined(QT_EXCEPTIONS)80 # define QT_NO_EXCEPTIONS81 #endif82 83 77 #if defined(QT_NO_FREETYPE) && defined(QT_FREETYPE) 84 78 # undef QT_NO_FREETYPE 85 79 #elif !defined(QT_NO_FREETYPE) && !defined(QT_FREETYPE)