[Qt-interest] OpenGL Connecting Issue
Boudewijn Rempt
boud at valdyas.org
Fri Dec 5 11:48:08 CET 2008
On Fri, 5 Dec 2008, Rao, UmaMaheswara(GE Healthcare) wrote:
> Hello Team,
>
> I am getting this kind of linking errors while integrating one of OpenGL
> Example in my application.
>
> Does any body knows about this problem.
Sounds to me like you either didn't add opengl in your .pro file:
QT += opengl
or didn't add it in your cmake file, depending on your build system:
SET(QT_USE_QTOPENGL TRUE)
You did read http://doc.trolltech.com/4.4/qtopengl.html?
Boudewijn
More information about the Qt-interest-old
mailing list