0

In my qt5 code I've included module and I would like to declare a GLUnurbsObj object but my IDE do not recognize it. Is glu.h included in QtOpenGL module?

genpfault
  • 51,148
  • 11
  • 85
  • 139
Colet
  • 495
  • 2
  • 8
  • 22

1 Answers1

1

No, glu.h is not included in the QtOpenGL module. In previous versions it was but has since been removed according to this post: http://qt-project.org/forums/viewthread/14269. You should just be able to include glu.h yourself in your code.

user3256930
  • 1,123
  • 7
  • 12