mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-16 01:24:36 +00:00
wrong glew position in shared.pri
This commit is contained in:
parent
afb8562c81
commit
aec6a0f8f2
@ -20,7 +20,7 @@ linux-g++:LIBS += -lcommon -lGL -lGLU
|
||||
win32-msvc:DEFINES += GLEW_STATIC _USE_MATH_DEFINES
|
||||
|
||||
INCLUDEPATH *= ../.. $$VCGDIR $$EIGENDIR
|
||||
!CONFIG(system_glew): INCLUDEPATH *= ../$$GLEWDIR/include
|
||||
!CONFIG(system_glew): INCLUDEPATH *= $$GLEWDIR/include
|
||||
DEPENDPATH += ../.. $$VCGDIR
|
||||
|
||||
CONFIG(release,debug | release){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user