diff options
author | Marius Kintel <marius@kintel.net> | 2013-08-20 03:26:05 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-08-20 03:26:05 (GMT) |
commit | 154c65dee2ccb77c9e7fc576c36067a24632fa30 (patch) | |
tree | 1f61d1f944152df00800017223845a4cb9a1d899 /cgal.pri | |
parent | fe7fb45019affbf683930d6368fe38524bdd2649 (diff) | |
parent | 61e6178d1b71d78832aab4fbe7bd2d3550626b87 (diff) |
Merge branch 'master' of git://github.com/ivoknutsel/openscad into ivoknutsel-master
Diffstat (limited to 'cgal.pri')
-rw-r--r-- | cgal.pri | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ cgal { *-g++* { QMAKE_CXXFLAGS += -frounding-math } - LIBS += $$CGAL_DIR/auxiliary/gmp/lib/libmpfr-4.lib -lCGAL-vc90-mt-s + LIBS += $$CGAL_DIR/auxiliary/gmp/lib/libmpfr-4.lib -lCGAL-vc110-mt-gd } else { LIBS += -lgmp -lmpfr -lCGAL QMAKE_CXXFLAGS += -frounding-math |