Fix openglextensions module depends.

It requires the QtGui module. Just remove the QT line and allow
the default to be used.

Change-Id: Ie6dffaa0621c7ececd31ff0b696814bc82a2a764
Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
This commit is contained in:
Stephen Kelly 2013-03-11 16:02:10 +01:00 committed by The Qt Project
parent 7b5ee9cb80
commit 7cf603e92e

View File

@ -1,5 +1,4 @@
TARGET = QtOpenGLExtensions
QT = core
CONFIG += static
contains(QT_CONFIG, opengl):CONFIG += opengl