Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
/MyFolder/main.o:: In function 'main': |
IDE: Qt Creator 2.0.0
Project type: Qt4 Console Application
Selected required modules: QtCore
The following source code was used:
#include <GL/glu.h> |
The following project file was used:
#------------------------------------------------- |
You need to link against the GLU library. Add the following line to your project file:
LIBS += -L/usr/local/lib -lGLU |
Note that the shown code will not give a correctly-running program, because it is too incomplete.
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.