wrong glew position in shared.pri

This commit is contained in:
alemuntoni 2020-01-27 10:56:51 +01:00
parent afb8562c81
commit aec6a0f8f2

View File

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