je souhaite intégrer un affichage openGL dans QT designer : j´ai donc suivit un tuto et j´ai ca lors de la compil :
".obj/glfractal.o: dans la fonction « GLFractal::drawTriangle(Point, Point, Point)»:
/home/clemphenix/QT/test/glfractal.cpp:108: référence indéfinie vers « glBegin »
/home/clemphenix/QT/test/glfractal.cpp:109: référence indéfinie vers « glVertex2f »
/home/clemphenix/QT/test/glfractal.cpp:110: référence indéfinie vers « glVertex2f »
..."
Pourtant j´ai bien fait les includes... je ne comprend pas.