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>
bb10
Stephen Kelly 2013-03-11 16:02:10 +01:00 committed by The Qt Project
parent 7b5ee9cb80
commit 7cf603e92e
1 changed files with 0 additions and 1 deletions

View File

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