Modified includepath in order to compile by shell

This commit is contained in:
Paolo Cignoni cignoni 2005-12-24 13:26:31 +00:00
parent 8d71a48121
commit 58b8a543fe

View File

@ -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