diff options
Diffstat (limited to 'cgal.pri')
-rw-r--r-- | cgal.pri | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -13,10 +13,14 @@ cgal { } } - win32 { + windows { + *-g++* { + QMAKE_CXXFLAGS += -frounding-math + } LIBS += $$CGAL_DIR/auxiliary/gmp/lib/libmpfr-4.lib -lCGAL-vc90-mt-s } else { LIBS += -lgmp -lmpfr -lCGAL + QMAKE_CXXFLAGS += -frounding-math } - QMAKE_CXXFLAGS += -frounding-math + } |