Ticket #46238: qconfig-remove-EXCEPTIONS.diff

File qconfig-remove-EXCEPTIONS.diff, 519 bytes (added by RJVB (René Bertin), 9 years ago)
  • QtCore.framework/Headers/

    old new  
    7474# define QT_NO_EGL
    7575#endif
    7676
    77 #if defined(QT_NO_EXCEPTIONS) && defined(QT_EXCEPTIONS)
    78 # undef QT_NO_EXCEPTIONS
    79 #elif !defined(QT_NO_EXCEPTIONS) && !defined(QT_EXCEPTIONS)
    80 # define QT_NO_EXCEPTIONS
    81 #endif
    82 
    8377#if defined(QT_NO_FREETYPE) && defined(QT_FREETYPE)
    8478# undef QT_NO_FREETYPE
    8579#elif !defined(QT_NO_FREETYPE) && !defined(QT_FREETYPE)