Hi all,

I'm trying to get gmplib (compiled using Mingw and working fine with g++) working with qt. I've included the relevant header file for the library and tried to compile. It throws up this error:

Qt Code:
  1. c:\mingw\include\gmpxx.h:1500: error: exception handling disabled, use -fexceptions to enable
To copy to clipboard, switch view to plain text mode 

I've tried include "QMAKE_CXXFLAGS +=-fexceptions" but the error still appears.

Can anyone give me a hand?

Thanks!