added a line to tell make where to find GLEW and 3ds

This commit is contained in:
Paolo Cignoni cignoni 2006-06-16 07:26:23 +00:00
parent 61fd39c293
commit 37dceda1aa
2 changed files with 2 additions and 1 deletions

View File

@ -69,4 +69,5 @@ unix{
QMAKE_CXX = g++
QMAKE_LINK = gcc
CONFIG += warn_off debug_and_release
LIBS += -L../../../code/lib/glew/lib -lGLEW
}

View File

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