diff options
author | Marius Kintel <marius@kintel.net> | 2011-04-06 13:04:08 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-04-06 13:04:08 (GMT) |
commit | 3c77e2a8b6fe76d57375ab4fadc5fb1c88c4b269 (patch) | |
tree | 5a348bb876a9be91897ab6f804883d7fa94e248e /cgal.pri | |
parent | 32abad175da311264993a49c9f312a6eed191d35 (diff) |
Small steps towards making this buildable on VS2008
Diffstat (limited to 'cgal.pri')
-rw-r--r-- | cgal.pri | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -7,18 +7,14 @@ cgal { CGAL_DIR = $$(CGALDIR) !isEmpty(CGAL_DIR) { INCLUDEPATH += $$CGAL_DIR/include - win32 { - LIBS += -L$$CGAL_DIR/build/lib -L$$(MPFRDIR)/build.vc10/lib/Win32/Release -L$$(MPIRDIR) - } else { - LIBS += -L$$CGAL_DIR/lib - } + win32: INCLUDEPATH += $$CGAL_DIR/auxiliary/gmp/include + LIBS += -L$$CGAL_DIR/lib message("CGAL location: $$CGAL_DIR") } } - LIBS += -lmpfr win32 { - LIBS += -lmpir -lCGAL-vc100-mt + LIBS += $$CGAL_DIR/auxiliary/gmp/lib/libmpfr-4.lib -lCGAL-vc90-mt-gd } else { LIBS += -lgmp -lCGAL } |