From 5faced64dd8c48a7fe787f6d347d5ce4f8d91b95 Mon Sep 17 00:00:00 2001 From: Paolo Cignoni cignoni Date: Thu, 4 Feb 2010 11:55:34 +0000 Subject: [PATCH] mac path for ode --- src/fgt/filter_physics/filter_physics.pro | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/fgt/filter_physics/filter_physics.pro b/src/fgt/filter_physics/filter_physics.pro index 798a33dd3..80caddf64 100644 --- a/src/fgt/filter_physics/filter_physics.pro +++ b/src/fgt/filter_physics/filter_physics.pro @@ -16,5 +16,6 @@ SOURCES = filter_physics.cpp \ MeshSubFilter.cpp TARGET = filter_physics CONFIG += x86 -LIBS += -L/usr/local/lib \ - -lode +mac:LIBS += -L../../external/lib/macx -lode + +INCLUDEPATH *= ../../external/ode-0.11.1/include