how import Glut and glew library to Qt
Unsolved
General and Desktop
-
my Qt directory does not exists Glut and Glew library.How can i download and add in to directory
-
@manoj_prasanga On which OS are you?
On Debian based Linux systems you need to install freeglut-dev and libglew-dev.
And there is no need to add these header files to your Qt installation directory. -
@manoj_prasanga Here you can find Windows binaries: https://www.transmissionzero.co.uk/software/freeglut-devel/
Do you really need them? As @SGaist stated Qt does not need them.