Add the following line to your .pro file:
qmake Code:
  1. LIBS+=-lglut32
To copy to clipboard, switch view to plain text mode 

If the library is not in your compiler's search path also add this line:
qmake Code:
  1. LIBS+=-LpathToYourGLUTLib
To copy to clipboard, switch view to plain text mode 

Remember to rerun qmake afterwards.