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