Bug#396034: closed by Brian Nelson <[EMAIL PROTECTED]> (Re: Bug#396034: qmake-qt4: CONFIG+=opengl doesn't add QtOpenGL include path or link -lQtOpenGL)

2006-10-31 Thread Tim Day
On Mon, 2006-10-30 at 19:48 -0800, Debian Bug Tracking System wrote: > Brian Nelson wrote: > > Use "QT += opengl", not CONFIG. See the Qt4 qmake documentation for > > more info. Thanks for the tip; QT += opengl (instead of CONFIG += opengl) does exactly what I was expecting. However, the current

Bug#396034: qmake-qt4: CONFIG+=opengl doesn't add QtOpenGL include path or link -lQtOpenGL

2006-10-29 Thread Tim Day
Package: qt4-dev-tools Version: 4.1.4-1.1 Severity: minor I have a Qt4 app built from a qmake-qt4 / .pro generated Makefile. Builds and works fine. I wanted to add some OpenGL code to it, using QGLWidget. I changed the CONFIG line of the .pro file from CONFIG+= qt thread stl exceptions precomp