remove spurious QT_CONFIG -= opengl
it's not quite clear what the purpose of this is supposed to be, especially given that the prf is loaded way after anyone would have examined QT_CONFIG. Change-Id: Ia49377c952902fed4084178c7f857e1acd11ad03 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
This commit is contained in:
parent
3bf0c14a26
commit
0b93d1a10a
@ -14,7 +14,6 @@ contains(QT_CONFIG, opengles2) {
|
||||
}
|
||||
DEFINES += QT_OPENGL_ES_2 QT_OPENGL_ES_2_ANGLE
|
||||
contains(QT_CONFIG, static): DEFINES += QT_OPENGL_ES_2_ANGLE_STATIC GL_APICALL= EGLAPI=
|
||||
QT_CONFIG -= opengl
|
||||
} else {
|
||||
!contains(QT_CONFIG, dynamicgl) {
|
||||
QMAKE_LIBS += $$QMAKE_LIBS_OPENGL
|
||||
|
Loading…
x
Reference in New Issue
Block a user