From 58b8a543fe77faef1ce8a01992940c43ae0cdad6 Mon Sep 17 00:00:00 2001 From: Paolo Cignoni cignoni Date: Sat, 24 Dec 2005 13:26:31 +0000 Subject: [PATCH] Modified includepath in order to compile by shell --- src/meshlabplugins/meshrender/meshrender.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/meshlabplugins/meshrender/meshrender.pro b/src/meshlabplugins/meshrender/meshrender.pro index ec8b1d290..537ad337c 100644 --- a/src/meshlabplugins/meshrender/meshrender.pro +++ b/src/meshlabplugins/meshrender/meshrender.pro @@ -1,7 +1,7 @@ TEMPLATE = lib CONFIG += plugin INCLUDEPATH += ../.. ../../../../sf ../../../../code/lib/glew/include -LIBPATH += ../../../../code/lib/glew/lib/ +#LIBPATH += ../../../../code/lib/glew/lib/ HEADERS = meshrender.h textfile.h SOURCES = meshrender.cpp textfile.cpp TARGET = meshrender @@ -9,7 +9,7 @@ DESTDIR = ../../meshlab/plugins # the following line is needed to avoid mismatch between # the awful min/max macros of windows and the limits max win32:DEFINES += NOMINMAX -win32:LIBS += glew32.lib QtXml4.lib +win32:LIBS += ../../../../code/lib/glew/lib/glew32.lib QtXml4.lib unix{ QMAKE_CC = gcc-3.3