Hi, I'm new to Qt been using Eclipse for a while and could use a pointer on include .hpp files in my main app.
I'll setup my includepath then kind of stumble through accessing through <>

.pro file
INCLUDEPATH += "C:\\MinGW\\include\\GL\\"

main.cpp
<GL\\glut.h>

Get an error: Cannot find GL/glut.h

Regards
T1001