mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-16 01:24:36 +00:00
working meshlabserver.pro project for VS2005-2008
This commit is contained in:
parent
f373e3d900
commit
889eb66a75
@ -14,9 +14,18 @@ QT += xml opengl
|
||||
win32:DEFINES += NOMINMAX
|
||||
|
||||
mac:LIBS += ../meshlab/meshlab.app/Contents/MacOS/libcommon.dylib
|
||||
|
||||
win32-msvc2005:debug: LIBS += -L../common/debug -lcommon
|
||||
win32-msvc2008:debug: LIBS += -L../common/debug -lcommon
|
||||
win32-g++:debug: LIBS += -L../common/debug -lcommon
|
||||
|
||||
win32-msvc2005:release: LIBS += -L../common/release -lcommon
|
||||
win32-msvc2008:release: LIBS += -L../common/release -lcommon
|
||||
win32-g++:release:LIBS += -L../common/release -lcommon
|
||||
|
||||
win32-msvc2005:DEFINES += GLEW_STATIC
|
||||
win32-msvc2008:DEFINES += GLEW_STATIC
|
||||
|
||||
#DEFINES += GLEW_STATIC
|
||||
|
||||
INCLUDEPATH += . .. ../../../vcglib $$GLEWDIR/include
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user