Build with GL headers in non-standard locations.

Change-Id: Icd5fdfeea8e2642ee68ec1811c6a6ce9205b7e00
Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Reviewed-by: Gunnar Sletta <gunnar.sletta@digia.com>
bb10
Volker Krause 2013-03-09 14:47:51 +01:00 committed by The Qt Project
parent 39a902c008
commit 14b2d4cd38
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@ TARGET = QtOpenGLExtensions
QT = core
CONFIG += static
contains(QT_CONFIG, opengl):CONFIG += opengl
contains(QT_CONFIG, opengles1):CONFIG += opengles1
contains(QT_CONFIG, opengles2):CONFIG += opengles2
load(qt_module)
DEFINES += QT_NO_CAST_FROM_ASCII