From 37dceda1aa0db5c8b277879fd345fb6475df14f0 Mon Sep 17 00:00:00 2001 From: Paolo Cignoni cignoni Date: Fri, 16 Jun 2006 07:26:23 +0000 Subject: [PATCH] added a line to tell make where to find GLEW and 3ds --- src/meshlab/meshlab.pro | 1 + src/meshlabplugins/meshio/meshio.pro | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/meshlab/meshlab.pro b/src/meshlab/meshlab.pro index 039af0105..d17e98dc1 100644 --- a/src/meshlab/meshlab.pro +++ b/src/meshlab/meshlab.pro @@ -69,4 +69,5 @@ unix{ QMAKE_CXX = g++ QMAKE_LINK = gcc CONFIG += warn_off debug_and_release + LIBS += -L../../../code/lib/glew/lib -lGLEW } diff --git a/src/meshlabplugins/meshio/meshio.pro b/src/meshlabplugins/meshio/meshio.pro index 00b97c110..517fba143 100644 --- a/src/meshlabplugins/meshio/meshio.pro +++ b/src/meshlabplugins/meshio/meshio.pro @@ -27,7 +27,7 @@ unix{ QMAKE_CXX = g++ QMAKE_LINK = gcc CONFIG += warn_off debug_and_release - LIBS += -l3ds + LIBS += -L../../../../code/lib/lib3ds-1.2.0/lib3ds/ -l3ds }