PDA

View Full Version : QT Creator + OpenGL ... without QT SDK ?



pl01
10th November 2010, 14:36
Hi,

I need to create an OpenGL library with QT Creator, but without being linked to the QT SDK.

So, I would like to know how I can link to the OpenGL DLL without using doing "QT += opengl"

Timoteo
10th November 2010, 16:20
Use the "Empty Qt Project" template. See this (http://doc.trolltech.com/4.7/qmake-variable-reference.html#libs) as well as the overall documentation (all of it).