diff options
-rw-r--r-- | cgal.pri | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ cgal { win32 { LIBS += $$CGAL_DIR/auxiliary/gmp/lib/libmpfr-4.lib -lCGAL-vc90-mt-gd } else { - LIBS += -lgmp -lCGAL + LIBS += -lgmp -lmpfr -lCGAL } QMAKE_CXXFLAGS += -frounding-math } |