fixed linker issues with opengl and glu
This commit is contained in:
parent
d2244fa274
commit
66c35fd0f9
@ -13,11 +13,11 @@ CONFIG += c++11
|
||||
INCLUDEPATH += ../cpp_dependencies/include
|
||||
win32 {
|
||||
LIBS += -L../../cpp_dependencies/lib/win32
|
||||
LIBS += -lglew32
|
||||
LIBS += -lopengl32 -lglew32 -lglu32
|
||||
}
|
||||
linux {
|
||||
unix {
|
||||
LIBS += -L../../cpp_dependencies/lib/linux
|
||||
LIBS += -lGLEW -lGLU
|
||||
LIBS += -lGL -lGLEW -lGLU
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user