It didn't work...

I have glut.lib file in the directory "C:\glut", and I added these two lines:
Qt Code:
  1. LIBS += -lglut32
  2. LIBS += -LC:\glut\glut.lib
To copy to clipboard, switch view to plain text mode 

I am getting tons of errors that look like:
Qt Code:
  1. [..] glut.h:486: undefined reference to `__glutInitWithExit'
To copy to clipboard, switch view to plain text mode