After a lot of searching i think i am not linking glew right.

I use qt creator:
my pro file looks like this
Qt Code:
  1. LIBS += -lglut32
  2. LIBS += -lglew32
  3. LIBS += -LC:\QtSDK\mingw\lib
To copy to clipboard, switch view to plain text mode 
i have the glew.h in mingw\include\GL\glew.h

and the lib file in C:\QtSDK\mingw\lib.

Am i doing here something wrong?
I cant use funktions like glActivateTexture, glcreateProgramObject etc etc.
What do i have to include?